Html Css Color HEX #EA299C Persian Rose

📋 copy color: '#EA299C'

red 234 ◦ green 41 ◦ blue 156

#EA299C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #EA299C

Tints of Persian Rose #EA299C

RGB

 RED value IS 234 (91.8% from 255) = 54.29%

 GREEN value IS 41 (16.41% from 255) = 9.51%

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 54.29%
G = 9.51%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA299C (or 0xEA299C) is known color: Persian Rose. HEX triplet: EA, 29 and 9C. RGB value is (234,41,156). Sum of RGB (Red+Green+Blue) = 234+41+156=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA299C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA299C is #15D663. Grayscale: #6F6F6F. Windows color (decimal): -1431140 or 10234346. OLE color: 10234346.

HSL color Cylindrical-coordinate representation of color #EA299C: hue angle of 324.25º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA299C is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 41 156 -
CMYK 0 0.82 0.33 0.08
HSL 324.25º 0.82% 0.54% -
HSV(B) 324.25º 0.82% 0.92% -
XYZ 40.73 21.48 33.45 -
YUV 111.82 152.94 215.15 -
System Red Green Blue C M Y K H S L
Decimal 234 41 156 0 0.82 0.33 0.08 324.25 0.82 0.54
Hex EA 29 9C 0 52 21 8 144 52 36
Octal 352 51 234 0 122 41 10 504 122 66
Binary 11101010 101001 10011100 0 1010010 100001 1000 101000100 1010010 110110

Color Harmonies of #EA299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA299C

Black with #EA299C

Text Example


Text Example

White with #EA299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA299C; }

 p { color: rgb(234,41,156); }

 H1.HeaderClassName
 {
   color: #EA299C;
 }
 .AnyTagClassName
 {
   color: #EA299C;
 }
</style>

background-color css

<style>
 a { background-color: #EA299C; }

 a { background-color: rgb(234,41,156); }

 div.DivClassName
 {
   background-color: #EA299C;
 }
 .BgClassName
 {
   background-color: #EA299C;
 }
</style>

border-color css

<style>
 span { border-color: #EA299C; }

 span { border-color: rgb(234,41,156); }

 td.TdClassName
 {
   border-color: #EA299C;
 }
 .TagClassName
 {
   border-color: #EA299C;
 }
</style>