Html Css Color HEX #EA119E Hollywood Cerise

📋 copy color: '#EA119E'

red 234 ◦ green 17 ◦ blue 158

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

Shades of Hollywood Cerise #EA119E

Tints of Hollywood Cerise #EA119E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.16%

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

R = 57.21%
G = 4.16%
B = 38.63%

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

#EA119E (or 0xEA119E) is known color: Hollywood Cerise. HEX triplet: EA, 11 and 9E. RGB value is (234,17,158). Sum of RGB (Red+Green+Blue) = 234+17+158=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA119E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA119E is #15EE61. Grayscale: #616161. Windows color (decimal): -1437282 or 10359274. OLE color: 10359274.

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

Color convert

RGB 234 17 158 -
CMYK 0 0.93 0.32 0.08
HSL 321.01º 0.86% 0.49% -
HSV(B) 321.01º 0.93% 0.92% -
XYZ 40.3 20.36 34.15 -
YUV 97.96 161.89 225.04 -
System Red Green Blue C M Y K H S L
Decimal 234 17 158 0 0.93 0.32 0.08 321.01 0.86 0.49
Hex EA 11 9E 0 5D 20 8 141 56 31
Octal 352 21 236 0 135 40 10 501 126 61
Binary 11101010 10001 10011110 0 1011101 100000 1000 101000001 1010110 110001

Color Harmonies of #EA119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA119E

Black with #EA119E

Text Example


Text Example

White with #EA119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA119E; }

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

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

background-color css

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

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

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

border-color css

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

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

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