#EF0FA0

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

Shades of Hollywood Cerise #EF0FA0

Tints of Hollywood Cerise #EF0FA0

Color information

#EF0FA0 (or 0xEF0FA0) is unknown color: approx Hollywood Cerise. HEX triplet: EF, 0F and A0. RGB value is (239,15,160). Sum of RGB (Red+Green+Blue) = 239+15+160=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0FA0 is #10F05F. Grayscale: #626262. Windows color (decimal): -1110112 or 10489839. OLE color: 10489839.

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

Color convert

RGB23915160-
CMYK00.940.330.06
HSL321.16º88.19%49.8%-
HSV(B)321.16º93.72%93.73%-
XYZ42.1121.2335.14-
YUV98.51162.71228.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.73%
GREEN value IS 15 (6.25% from 255) = 3.62%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=57.73%
G=3.62%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391516000.940.330.06321.1688.1949.8
HexEFFA005E2161415832
Octal35717240013641650113062
Binary11101111111110100000010111101000011101010000011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0FA0; }

 p { color: rgb(239,15,160); }

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

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

 a { background-color: rgb(239,15,160); }

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

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

 span { border-color: rgb(239,15,160); }

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