Html Css Color HEX #EA109C Hollywood Cerise

📋 copy color: '#EA109C'

red 234 ◦ green 16 ◦ blue 156

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

Shades of Hollywood Cerise #EA109C

Tints of Hollywood Cerise #EA109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 57.64%
G = 3.94%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA109C (or 0xEA109C) is known color: Hollywood Cerise. HEX triplet: EA, 10 and 9C. RGB value is (234,16,156). Sum of RGB (Red+Green+Blue) = 234+16+156=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA109C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA109C is #15EF63. Grayscale: #606060. Windows color (decimal): -1437540 or 10227946. OLE color: 10227946.

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

Color convert

RGB 234 16 156 -
CMYK 0 0.93 0.33 0.08
HSL 321.47º 0.87% 0.49% -
HSV(B) 321.47º 0.93% 0.92% -
XYZ 40.12 20.26 33.25 -
YUV 97.14 161.22 225.62 -
System Red Green Blue C M Y K H S L
Decimal 234 16 156 0 0.93 0.33 0.08 321.47 0.87 0.49
Hex EA 10 9C 0 5D 21 8 141 57 31
Octal 352 20 234 0 135 41 10 501 127 61
Binary 11101010 10000 10011100 0 1011101 100001 1000 101000001 1010111 110001

Color Harmonies of #EA109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA109C

Black with #EA109C

Text Example


Text Example

White with #EA109C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA109C; }

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

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

background-color css

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

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

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

border-color css

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

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

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