Html Css Color HEX #EA1097 Hollywood Cerise

📋 copy color: '#EA1097'

red 234 ◦ green 16 ◦ blue 151

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

Shades of Hollywood Cerise #EA1097

Tints of Hollywood Cerise #EA1097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.99%

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

R = 58.35%
G = 3.99%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA1097 (or 0xEA1097) is known color: Hollywood Cerise. HEX triplet: EA, 10 and 97. RGB value is (234,16,151). Sum of RGB (Red+Green+Blue) = 234+16+151=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1097 is #15EF68. Grayscale: #606060. Windows color (decimal): -1437545 or 9900266. OLE color: 9900266.

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

Color convert

RGB 234 16 151 -
CMYK 0 0.93 0.35 0.08
HSL 322.84º 0.87% 0.49% -
HSV(B) 322.84º 0.93% 0.92% -
XYZ 39.7 20.1 31.06 -
YUV 96.57 158.72 226.02 -
System Red Green Blue C M Y K H S L
Decimal 234 16 151 0 0.93 0.35 0.08 322.84 0.87 0.49
Hex EA 10 97 0 5D 23 8 143 57 31
Octal 352 20 227 0 135 43 10 503 127 61
Binary 11101010 10000 10010111 0 1011101 100011 1000 101000011 1010111 110001

Color Harmonies of #EA1097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1097

Black with #EA1097

Text Example


Text Example

White with #EA1097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1097; }

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

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

background-color css

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

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

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

border-color css

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

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

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