Html Css Color HEX #EA499C French Rose

📋 copy color: '#EA499C'

red 234 ◦ green 73 ◦ blue 156

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

Shades of French Rose #EA499C

Tints of French Rose #EA499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.77%

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

R = 50.54%
G = 15.77%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA499C (or 0xEA499C) is known color: French Rose. HEX triplet: EA, 49 and 9C. RGB value is (234,73,156). Sum of RGB (Red+Green+Blue) = 234+73+156=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA499C is #15B663. Grayscale: #828282. Windows color (decimal): -1422948 or 10242538. OLE color: 10242538.

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

Color convert

RGB 234 73 156 -
CMYK 0 0.69 0.33 0.08
HSL 329.07º 0.79% 0.6% -
HSV(B) 329.07º 0.69% 0.92% -
XYZ 42.31 24.66 33.98 -
YUV 130.6 142.34 201.75 -
System Red Green Blue C M Y K H S L
Decimal 234 73 156 0 0.69 0.33 0.08 329.07 0.79 0.6
Hex EA 49 9C 0 45 21 8 149 4F 3C
Octal 352 111 234 0 105 41 10 511 117 74
Binary 11101010 1001001 10011100 0 1000101 100001 1000 101001001 1001111 111100

Color Harmonies of #EA499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA499C

Black with #EA499C

Text Example


Text Example

White with #EA499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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