Html Css Color HEX #EF0199 Hollywood Cerise

📋 copy color: '#EF0199'

red 239 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #EF0199

Tints of Hollywood Cerise #EF0199

RGB

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

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

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

R = 60.81%
G = 0.25%
B = 38.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF0199 (or 0xEF0199) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 99. RGB value is (239,1,153). Sum of RGB (Red+Green+Blue) = 239+1+153=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0199 is #10FE66. Grayscale: #595959. Windows color (decimal): -1113703 or 10027503. OLE color: 10027503.

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

Color convert

RGB 239 1 153 -
CMYK 0 1.00 0.36 0.06
HSL 321.68º 0.99% 0.47% -
HSV(B) 321.68º 1% 0.94% -
XYZ 41.36 20.67 31.95 -
YUV 89.49 163.85 234.64 -
System Red Green Blue C M Y K H S L
Decimal 239 1 153 0 1.00 0.36 0.06 321.68 0.99 0.47
Hex EF 1 99 0 64 24 6 142 63 2F
Octal 357 1 231 0 144 44 6 502 143 57
Binary 11101111 1 10011001 0 1100100 100100 110 101000010 1100011 101111

Color Harmonies of #EF0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0199

Black with #EF0199

Text Example


Text Example

White with #EF0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0199; }

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

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

background-color css

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

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

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

border-color css

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

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

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