#EF06A2

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

Shades of Hollywood Cerise #EF06A2

Tints of Hollywood Cerise #EF06A2

Color information

#EF06A2 (or 0xEF06A2) is unknown color: approx Hollywood Cerise. HEX triplet: EF, 06 and A2. RGB value is (239,6,162). Sum of RGB (Red+Green+Blue) = 239+6+162=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF06A2 is #10F95D. Grayscale: #5D5D5D. Windows color (decimal): -1112414 or 10618607. OLE color: 10618607.

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

Color convert

RGB2396162-
CMYK00.970.320.06
HSL319.83º95.1%48.04%-
HSV(B)319.83º97.49%93.73%-
XYZ42.1821.0936.03-
YUV93.45166.69231.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.72%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=58.72%
G=1.47%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239616200.970.320.06319.8395.148.04
HexEF6A20612061405f30
Octal3576242014140650013760
Binary1110111111010100010011000011000001101010000001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF06A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF06A2; }

 p { color: rgb(239,6,162); }

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

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

 a { background-color: rgb(239,6,162); }

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

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

 span { border-color: rgb(239,6,162); }

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