Html Css Color HEX #EA109E Hollywood Cerise

📋 copy color: '#EA109E'

red 234 ◦ green 16 ◦ blue 158

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

Shades of Hollywood Cerise #EA109E

Tints of Hollywood Cerise #EA109E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.73%

R = 57.35%
G = 3.92%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA109E (or 0xEA109E) is known color: Hollywood Cerise. HEX triplet: EA, 10 and 9E. RGB value is (234,16,158). Sum of RGB (Red+Green+Blue) = 234+16+158=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA109E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA109E is #15EF61. Grayscale: #616161. Windows color (decimal): -1437538 or 10359018. OLE color: 10359018.

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

Color convert

RGB 234 16 158 -
CMYK 0 0.93 0.32 0.08
HSL 320.92º 0.87% 0.49% -
HSV(B) 320.92º 0.93% 0.92% -
XYZ 40.29 20.33 34.15 -
YUV 97.37 162.22 225.45 -
System Red Green Blue C M Y K H S L
Decimal 234 16 158 0 0.93 0.32 0.08 320.92 0.87 0.49
Hex EA 10 9E 0 5D 20 8 141 57 31
Octal 352 20 236 0 135 40 10 501 127 61
Binary 11101010 10000 10011110 0 1011101 100000 1000 101000001 1010111 110001

Color Harmonies of #EA109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA109E

Black with #EA109E

Text Example


Text Example

White with #EA109E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA109E; }

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

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

background-color css

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

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

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

border-color css

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

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

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