#EF08A7

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

Shades of Hollywood Cerise #EF08A7

Tints of Hollywood Cerise #EF08A7

Color information

#EF08A7 (or 0xEF08A7) is unknown color: approx Hollywood Cerise. HEX triplet: EF, 08 and A7. RGB value is (239,8,167). Sum of RGB (Red+Green+Blue) = 239+8+167=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF08A7 is #10F758. Grayscale: #5E5E5E. Windows color (decimal): -1111897 or 10946799. OLE color: 10946799.

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

Color convert

RGB2398167-
CMYK00.970.300.06
HSL318.7º93.52%48.43%-
HSV(B)318.7º96.65%93.73%-
XYZ42.6621.3138.42-
YUV95.2168.53230.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.73%
GREEN value IS 8 (3.52% from 255) = 1.93%
BLUE value IS 167 (65.62% from 255) = 40.34%
R=57.73%
G=1.93%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239816700.970.300.06318.793.5248.43
HexEF8A70611E613f5e30
Octal35710247014136647713660
Binary1110111110001010011101100001111101101001111111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF08A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF08A7; }

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

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

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

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

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

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

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

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