Html Css Color HEX #EF0599 Hollywood Cerise

📋 copy color: '#EF0599'

red 239 ◦ green 5 ◦ blue 153

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

Shades of Hollywood Cerise #EF0599

Tints of Hollywood Cerise #EF0599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 60.2%
G = 1.26%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF0599 (or 0xEF0599) is known color: Hollywood Cerise. HEX triplet: EF, 05 and 99. RGB value is (239,5,153). Sum of RGB (Red+Green+Blue) = 239+5+153=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0599 is #10FA66. Grayscale: #5B5B5B. Windows color (decimal): -1112679 or 10028527. OLE color: 10028527.

HSL color Cylindrical-coordinate representation of color #EF0599: hue angle of 322.05º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0599 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 5 153 -
CMYK 0 0.98 0.36 0.06
HSL 322.05º 0.96% 0.48% -
HSV(B) 322.05º 0.98% 0.94% -
XYZ 41.4 20.76 31.96 -
YUV 91.84 162.52 232.97 -
System Red Green Blue C M Y K H S L
Decimal 239 5 153 0 0.98 0.36 0.06 322.05 0.96 0.48
Hex EF 5 99 0 62 24 6 142 60 30
Octal 357 5 231 0 142 44 6 502 140 60
Binary 11101111 101 10011001 0 1100010 100100 110 101000010 1100000 110000

Color Harmonies of #EF0599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0599

Black with #EF0599

Text Example


Text Example

White with #EF0599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0599; }

 p { color: rgb(239,5,153); }

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

background-color css

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

 a { background-color: rgb(239,5,153); }

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

border-color css

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

 span { border-color: rgb(239,5,153); }

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