#EE05AB

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

Shades of Hollywood Cerise #EE05AB

Tints of Hollywood Cerise #EE05AB

Color information

#EE05AB (or 0xEE05AB) is unknown color: approx Hollywood Cerise. HEX triplet: EE, 05 and AB. RGB value is (238,5,171). Sum of RGB (Red+Green+Blue) = 238+5+171=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE05AB is #11FA54. Grayscale: #5D5D5D. Windows color (decimal): -1178197 or 11208174. OLE color: 11208174.

HSL color Cylindrical-coordinate representation of color #EE05AB: hue angle of 317.25º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05AB is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB2385171-
CMYK00.980.280.07
HSL317.25º95.88%47.65%-
HSV(B)317.25º97.9%93.33%-
XYZ42.6621.2340.38-
YUV93.59171.69231-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.49%
GREEN value IS 5 (2.34% from 255) = 1.21%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=57.49%
G=1.21%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238517100.980.280.07317.2595.8847.65
HexEE5AB0621C713d6030
Octal3565253014234747514060
Binary111011101011010101101100010111001111001111011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE05AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE05AB; }

 p { color: rgb(238,5,171); }

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

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

 a { background-color: rgb(238,5,171); }

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

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

 span { border-color: rgb(238,5,171); }

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