#EE05AC

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

Shades of Hollywood Cerise #EE05AC

Tints of Hollywood Cerise #EE05AC

Color information

#EE05AC (or 0xEE05AC) is unknown color: approx Hollywood Cerise. HEX triplet: EE, 05 and AC. RGB value is (238,5,172). Sum of RGB (Red+Green+Blue) = 238+5+172=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE05AC is #11FA53. Grayscale: #5D5D5D. Windows color (decimal): -1178196 or 11273710. OLE color: 11273710.

HSL color Cylindrical-coordinate representation of color #EE05AC: hue angle of 317º 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 #EE05AC is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB2385172-
CMYK00.980.280.07
HSL317º95.88%47.65%-
HSV(B)317º97.9%93.33%-
XYZ42.7621.2640.88-
YUV93.7172.19230.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.35%
GREEN value IS 5 (2.34% from 255) = 1.20%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=57.35%
G=1.20%
B=41.45%

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
Decimal238517200.980.280.0731795.8847.65
HexEE5AC0621C713d6030
Octal3565254014234747514060
Binary111011101011010110001100010111001111001111011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE05AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE05AC; }

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

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

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

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

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

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

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

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