Html Css Color HEX #EF0299 Hollywood Cerise

📋 copy color: '#EF0299'

red 239 ◦ green 2 ◦ blue 153

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

Shades of Hollywood Cerise #EF0299

Tints of Hollywood Cerise #EF0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 60.66%
G = 0.51%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF0299 (or 0xEF0299) is known color: Hollywood Cerise. HEX triplet: EF, 02 and 99. RGB value is (239,2,153). Sum of RGB (Red+Green+Blue) = 239+2+153=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0299 is #10FD66. Grayscale: #595959. Windows color (decimal): -1113447 or 10027759. OLE color: 10027759.

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

Color convert

RGB 239 2 153 -
CMYK 0 0.99 0.36 0.06
HSL 321.77º 0.98% 0.47% -
HSV(B) 321.77º 0.99% 0.94% -
XYZ 41.37 20.69 31.95 -
YUV 90.08 163.52 234.22 -
System Red Green Blue C M Y K H S L
Decimal 239 2 153 0 0.99 0.36 0.06 321.77 0.98 0.47
Hex EF 2 99 0 63 24 6 142 62 2F
Octal 357 2 231 0 143 44 6 502 142 57
Binary 11101111 10 10011001 0 1100011 100100 110 101000010 1100010 101111

Color Harmonies of #EF0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0299

Black with #EF0299

Text Example


Text Example

White with #EF0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0299; }

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

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

background-color css

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

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

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

border-color css

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

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

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