#EF059C

Color #EF059C Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #EF059C

Tints of Hollywood Cerise #EF059C

Color information

#EF059C (or 0xEF059C) is unknown color: approx Hollywood Cerise. HEX triplet: EF, 05 and 9C. RGB value is (239,5,156). Sum of RGB (Red+Green+Blue) = 239+5+156=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF059C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF059C is #10FA63. Grayscale: #5B5B5B. Windows color (decimal): -1112676 or 10225135. OLE color: 10225135.

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

Color convert

RGB2395156-
CMYK00.980.350.06
HSL321.28º95.9%47.84%-
HSV(B)321.28º97.91%93.73%-
XYZ41.6520.8633.28-
YUV92.18164.02232.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.75%
GREEN value IS 5 (2.34% from 255) = 1.25%
BLUE value IS 156 (61.33% from 255) = 39%
R=59.75%
G=1.25%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239515600.980.350.06321.2895.947.84
HexEF59C0622361416030
Octal3575234014243650114060
Binary1110111110110011100011000101000111101010000011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF059C; }

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

 H1.HeaderClassName
 {
   color: #EF059C;
 }
 .AnyTagClassName
 {
   color: #EF059C;
 }
</style>
background-color css

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

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

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

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

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

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