Html Css Color HEX #EA119F Hollywood Cerise

📋 copy color: '#EA119F'

red 234 ◦ green 17 ◦ blue 159

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

Shades of Hollywood Cerise #EA119F

Tints of Hollywood Cerise #EA119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.78%

R = 57.07%
G = 4.15%
B = 38.78%

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

#EA119F (or 0xEA119F) is known color: Hollywood Cerise. HEX triplet: EA, 11 and 9F. RGB value is (234,17,159). Sum of RGB (Red+Green+Blue) = 234+17+159=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA119F is #15EE60. Grayscale: #616161. Windows color (decimal): -1437281 or 10424810. OLE color: 10424810.

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

Color convert

RGB 234 17 159 -
CMYK 0 0.93 0.32 0.08
HSL 320.74º 0.86% 0.49% -
HSV(B) 320.74º 0.93% 0.92% -
XYZ 40.39 20.4 34.61 -
YUV 98.07 162.39 224.95 -
System Red Green Blue C M Y K H S L
Decimal 234 17 159 0 0.93 0.32 0.08 320.74 0.86 0.49
Hex EA 11 9F 0 5D 20 8 141 56 31
Octal 352 21 237 0 135 40 10 501 126 61
Binary 11101010 10001 10011111 0 1011101 100000 1000 101000001 1010110 110001

Color Harmonies of #EA119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA119F

Black with #EA119F

Text Example


Text Example

White with #EA119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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