Html Css Color HEX #EA5994 French Rose

📋 copy color: '#EA5994'

red 234 ◦ green 89 ◦ blue 148

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

Shades of French Rose #EA5994

Tints of French Rose #EA5994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.9%

 BLUE value IS 148 (58.2% from 255) = 31.42%

R = 49.68%
G = 18.9%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA5994 (or 0xEA5994) is known color: French Rose. HEX triplet: EA, 59 and 94. RGB value is (234,89,148). Sum of RGB (Red+Green+Blue) = 234+89+148=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5994 is #15A66B. Grayscale: #8A8A8A. Windows color (decimal): -1418860 or 9722346. OLE color: 9722346.

HSL color Cylindrical-coordinate representation of color #EA5994: hue angle of 335.59º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5994 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 89 148 -
CMYK 0 0.62 0.37 0.08
HSL 335.59º 0.78% 0.63% -
HSV(B) 335.59º 0.62% 0.92% -
XYZ 42.85 26.78 30.93 -
YUV 139.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 234 89 148 0 0.62 0.37 0.08 335.59 0.78 0.63
Hex EA 59 94 0 3E 25 8 150 4E 3F
Octal 352 131 224 0 76 45 10 520 116 77
Binary 11101010 1011001 10010100 0 111110 100101 1000 101010000 1001110 111111

Color Harmonies of #EA5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5994

Black with #EA5994

Text Example


Text Example

White with #EA5994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5994; }

 p { color: rgb(234,89,148); }

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

background-color css

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

 a { background-color: rgb(234,89,148); }

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

border-color css

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

 span { border-color: rgb(234,89,148); }

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