Html Css Color HEX #EA5896 French Rose

📋 copy color: '#EA5896'

red 234 ◦ green 88 ◦ blue 150

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

Shades of French Rose #EA5896

Tints of French Rose #EA5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.64%

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 49.58%
G = 18.64%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA5896 (or 0xEA5896) is known color: French Rose. HEX triplet: EA, 58 and 96. RGB value is (234,88,150). Sum of RGB (Red+Green+Blue) = 234+88+150=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5896 is #15A769. Grayscale: #8A8A8A. Windows color (decimal): -1419114 or 9853162. OLE color: 9853162.

HSL color Cylindrical-coordinate representation of color #EA5896: hue angle of 334.52º 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 #EA5896 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 88 150 -
CMYK 0 0.62 0.36 0.08
HSL 334.52º 0.78% 0.63% -
HSV(B) 334.52º 0.62% 0.92% -
XYZ 42.93 26.67 31.74 -
YUV 138.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 234 88 150 0 0.62 0.36 0.08 334.52 0.78 0.63
Hex EA 58 96 0 3E 24 8 14F 4E 3F
Octal 352 130 226 0 76 44 10 517 116 77
Binary 11101010 1011000 10010110 0 111110 100100 1000 101001111 1001110 111111

Color Harmonies of #EA5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5896

Black with #EA5896

Text Example


Text Example

White with #EA5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5896; }

 p { color: rgb(234,88,150); }

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

background-color css

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

 a { background-color: rgb(234,88,150); }

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

border-color css

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

 span { border-color: rgb(234,88,150); }

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