Html Css Color HEX #EA0697 Hollywood Cerise

📋 copy color: '#EA0697'

red 234 ◦ green 6 ◦ blue 151

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

Shades of Hollywood Cerise #EA0697

Tints of Hollywood Cerise #EA0697

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.53%

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

R = 59.85%
G = 1.53%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA0697 (or 0xEA0697) is known color: Hollywood Cerise. HEX triplet: EA, 06 and 97. RGB value is (234,6,151). Sum of RGB (Red+Green+Blue) = 234+6+151=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0697 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0697 is #15F968. Grayscale: #5A5A5A. Windows color (decimal): -1440105 or 9897706. OLE color: 9897706.

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

Color convert

RGB 234 6 151 -
CMYK 0 0.97 0.35 0.08
HSL 321.84º 0.95% 0.47% -
HSV(B) 321.84º 0.97% 0.92% -
XYZ 39.58 19.86 31.02 -
YUV 90.7 162.04 230.21 -
System Red Green Blue C M Y K H S L
Decimal 234 6 151 0 0.97 0.35 0.08 321.84 0.95 0.47
Hex EA 6 97 0 61 23 8 142 5F 2F
Octal 352 6 227 0 141 43 10 502 137 57
Binary 11101010 110 10010111 0 1100001 100011 1000 101000010 1011111 101111

Color Harmonies of #EA0697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0697

Black with #EA0697

Text Example


Text Example

White with #EA0697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0697; }

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

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

background-color css

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

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

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

border-color css

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

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

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