#EE00AC

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

Shades of Hollywood Cerise #EE00AC

Tints of Hollywood Cerise #EE00AC

Color information

#EE00AC (or 0xEE00AC) is unknown color: approx Hollywood Cerise. HEX triplet: EE, 00 and AC. RGB value is (238,0,172). Sum of RGB (Red+Green+Blue) = 238+0+172=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE00AC is #11FF53. Grayscale: #5A5A5A. Windows color (decimal): -1179476 or 11272430. OLE color: 11272430.

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

Color convert

RGB2380172-
CMYK010.280.07
HSL316.64º100%46.67%-
HSV(B)316.64º100%93.33%-
XYZ42.7121.1640.86-
YUV90.77173.85233.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=58.05%
G=0%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2380172010.280.07316.6410046.67
HexEE0AC0641C713d642f
Octal3560254014434747514457
Binary1110111001010110001100100111001111001111011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE00AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE00AC; }

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

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

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

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

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

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

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

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