Html Css Color HEX #EA5697 French Rose

📋 copy color: '#EA5697'

red 234 ◦ green 86 ◦ blue 151

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

Shades of French Rose #EA5697

Tints of French Rose #EA5697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.26%

 BLUE value IS 151 (59.38% from 255) = 32.06%

R = 49.68%
G = 18.26%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA5697 (or 0xEA5697) is known color: French Rose. HEX triplet: EA, 56 and 97. RGB value is (234,86,151). Sum of RGB (Red+Green+Blue) = 234+86+151=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5697 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5697 is #15A968. Grayscale: #898989. Windows color (decimal): -1419625 or 9918186. OLE color: 9918186.

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

Color convert

RGB 234 86 151 -
CMYK 0 0.63 0.35 0.08
HSL 333.65º 0.78% 0.63% -
HSV(B) 333.65º 0.63% 0.92% -
XYZ 42.85 26.38 32.11 -
YUV 137.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 234 86 151 0 0.63 0.35 0.08 333.65 0.78 0.63
Hex EA 56 97 0 3F 23 8 14E 4E 3F
Octal 352 126 227 0 77 43 10 516 116 77
Binary 11101010 1010110 10010111 0 111111 100011 1000 101001110 1001110 111111

Color Harmonies of #EA5697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5697

Black with #EA5697

Text Example


Text Example

White with #EA5697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5697; }

 p { color: rgb(234,86,151); }

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

background-color css

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

 a { background-color: rgb(234,86,151); }

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

border-color css

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

 span { border-color: rgb(234,86,151); }

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