#EF08AA

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

Shades of Hollywood Cerise #EF08AA

Tints of Hollywood Cerise #EF08AA

Color information

#EF08AA (or 0xEF08AA) is unknown color: approx Hollywood Cerise. HEX triplet: EF, 08 and AA. RGB value is (239,8,170). Sum of RGB (Red+Green+Blue) = 239+8+170=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF08AA is #10F755. Grayscale: #5F5F5F. Windows color (decimal): -1111894 or 11143407. OLE color: 11143407.

HSL color Cylindrical-coordinate representation of color #EF08AA: hue angle of 317.92º degrees, saturation: 0.94, 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 #EF08AA is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB2398170-
CMYK00.970.290.06
HSL317.92º93.52%48.43%-
HSV(B)317.92º96.65%93.73%-
XYZ42.9421.4339.9-
YUV95.54170.03230.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.31%
GREEN value IS 8 (3.52% from 255) = 1.92%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=57.31%
G=1.92%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239817000.970.290.06317.9293.5248.43
HexEF8AA0611D613e5e30
Octal35710252014135647613660
Binary1110111110001010101001100001111011101001111101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF08AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF08AA; }

 p { color: rgb(239,8,170); }

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

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

 a { background-color: rgb(239,8,170); }

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

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

 span { border-color: rgb(239,8,170); }

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