Html Css Color HEX #EF019F Hollywood Cerise

📋 copy color: '#EF019F'

red 239 ◦ green 1 ◦ blue 159

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

Shades of Hollywood Cerise #EF019F

Tints of Hollywood Cerise #EF019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 59.9%
G = 0.25%
B = 39.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF019F (or 0xEF019F) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 9F. RGB value is (239,1,159). Sum of RGB (Red+Green+Blue) = 239+1+159=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF019F is #10FE60. Grayscale: #595959. Windows color (decimal): -1113697 or 10420719. OLE color: 10420719.

HSL color Cylindrical-coordinate representation of color #EF019F: hue angle of 320.17º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF019F is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 159 -
CMYK 0 1.00 0.33 0.06
HSL 320.17º 0.99% 0.47% -
HSV(B) 320.17º 1% 0.94% -
XYZ 41.87 20.88 34.62 -
YUV 90.17 166.85 234.15 -
System Red Green Blue C M Y K H S L
Decimal 239 1 159 0 1.00 0.33 0.06 320.17 0.99 0.47
Hex EF 1 9F 0 64 21 6 140 63 2F
Octal 357 1 237 0 144 41 6 500 143 57
Binary 11101111 1 10011111 0 1100100 100001 110 101000000 1100011 101111

Color Harmonies of #EF019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF019F

Black with #EF019F

Text Example


Text Example

White with #EF019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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