Html Css Color HEX #EF119F Hollywood Cerise

📋 copy color: '#EF119F'

red 239 ◦ green 17 ◦ blue 159

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

Shades of Hollywood Cerise #EF119F

Tints of Hollywood Cerise #EF119F

RGB

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

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

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

R = 57.59%
G = 4.1%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF119F (or 0xEF119F) is known color: Hollywood Cerise. HEX triplet: EF, 11 and 9F. RGB value is (239,17,159). Sum of RGB (Red+Green+Blue) = 239+17+159=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF119F is #10EE60. Grayscale: #636363. Windows color (decimal): -1109601 or 10424815. OLE color: 10424815.

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

Color convert

RGB 239 17 159 -
CMYK 0 0.93 0.33 0.06
HSL 321.62º 0.87% 0.5% -
HSV(B) 321.62º 0.93% 0.94% -
XYZ 42.06 21.25 34.69 -
YUV 99.57 161.55 227.45 -
System Red Green Blue C M Y K H S L
Decimal 239 17 159 0 0.93 0.33 0.06 321.62 0.87 0.5
Hex EF 11 9F 0 5D 21 6 142 57 32
Octal 357 21 237 0 135 41 6 502 127 62
Binary 11101111 10001 10011111 0 1011101 100001 110 101000010 1010111 110010

Color Harmonies of #EF119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF119F

Black with #EF119F

Text Example


Text Example

White with #EF119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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