Html Css Color HEX #EF119D Hollywood Cerise

📋 copy color: '#EF119D'

red 239 ◦ green 17 ◦ blue 157

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

Shades of Hollywood Cerise #EF119D

Tints of Hollywood Cerise #EF119D

RGB

 RED value IS 239 (93.75% from 255) = 57.87%

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

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

R = 57.87%
G = 4.12%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF119D (or 0xEF119D) is known color: Hollywood Cerise. HEX triplet: EF, 11 and 9D. RGB value is (239,17,157). Sum of RGB (Red+Green+Blue) = 239+17+157=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF119D is #10EE62. Grayscale: #636363. Windows color (decimal): -1109603 or 10293743. OLE color: 10293743.

HSL color Cylindrical-coordinate representation of color #EF119D: hue angle of 322.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF119D is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 17 157 -
CMYK 0 0.93 0.34 0.06
HSL 322.16º 0.87% 0.5% -
HSV(B) 322.16º 0.93% 0.94% -
XYZ 41.88 21.19 33.78 -
YUV 99.34 160.55 227.62 -
System Red Green Blue C M Y K H S L
Decimal 239 17 157 0 0.93 0.34 0.06 322.16 0.87 0.5
Hex EF 11 9D 0 5D 22 6 142 57 32
Octal 357 21 235 0 135 42 6 502 127 62
Binary 11101111 10001 10011101 0 1011101 100010 110 101000010 1010111 110010

Color Harmonies of #EF119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF119D

Black with #EF119D

Text Example


Text Example

White with #EF119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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