Html Css Color HEX #EA119D Hollywood Cerise

📋 copy color: '#EA119D'

red 234 ◦ green 17 ◦ blue 157

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

Shades of Hollywood Cerise #EA119D

Tints of Hollywood Cerise #EA119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 57.35%
G = 4.17%
B = 38.48%

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

#EA119D (or 0xEA119D) is known color: Hollywood Cerise. HEX triplet: EA, 11 and 9D. RGB value is (234,17,157). Sum of RGB (Red+Green+Blue) = 234+17+157=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA119D is #15EE62. Grayscale: #616161. Windows color (decimal): -1437283 or 10293738. OLE color: 10293738.

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

Color convert

RGB 234 17 157 -
CMYK 0 0.93 0.33 0.08
HSL 321.29º 0.86% 0.49% -
HSV(B) 321.29º 0.93% 0.92% -
XYZ 40.22 20.33 33.7 -
YUV 97.84 161.39 225.12 -
System Red Green Blue C M Y K H S L
Decimal 234 17 157 0 0.93 0.33 0.08 321.29 0.86 0.49
Hex EA 11 9D 0 5D 21 8 141 56 31
Octal 352 21 235 0 135 41 10 501 126 61
Binary 11101010 10001 10011101 0 1011101 100001 1000 101000001 1010110 110001

Color Harmonies of #EA119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA119D

Black with #EA119D

Text Example


Text Example

White with #EA119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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