Html Css Color HEX #EA1096 Hollywood Cerise

📋 copy color: '#EA1096'

red 234 ◦ green 16 ◦ blue 150

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

Shades of Hollywood Cerise #EA1096

Tints of Hollywood Cerise #EA1096

RGB

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

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

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

R = 58.5%
G = 4%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA1096 (or 0xEA1096) is known color: Hollywood Cerise. HEX triplet: EA, 10 and 96. RGB value is (234,16,150). Sum of RGB (Red+Green+Blue) = 234+16+150=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1096 is #15EF69. Grayscale: #606060. Windows color (decimal): -1437546 or 9834730. OLE color: 9834730.

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

Color convert

RGB 234 16 150 -
CMYK 0 0.93 0.36 0.08
HSL 323.12º 0.87% 0.49% -
HSV(B) 323.12º 0.93% 0.92% -
XYZ 39.62 20.07 30.64 -
YUV 96.46 158.22 226.1 -
System Red Green Blue C M Y K H S L
Decimal 234 16 150 0 0.93 0.36 0.08 323.12 0.87 0.49
Hex EA 10 96 0 5D 24 8 143 57 31
Octal 352 20 226 0 135 44 10 503 127 61
Binary 11101010 10000 10010110 0 1011101 100100 1000 101000011 1010111 110001

Color Harmonies of #EA1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1096

Black with #EA1096

Text Example


Text Example

White with #EA1096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1096; }

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

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

background-color css

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

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

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

border-color css

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

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

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