Html Css Color HEX #EE00AC Hollywood Cerise

📋 copy color: '#EE00AC'

red 238 ◦ green 0 ◦ blue 172

#EE00AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #EE00AC

Tints of Hollywood Cerise #EE00AC

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 value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE00AC (or 0xEE00AC) is known color: 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

RGB 238 0 172 -
CMYK 0 1 0.28 0.07
HSL 316.64º 1% 0.47% -
HSV(B) 316.64º 1% 0.93% -
XYZ 42.71 21.16 40.86 -
YUV 90.77 173.85 233.01 -
System Red Green Blue C M Y K H S L
Decimal 238 0 172 0 1 0.28 0.07 316.64 1 0.47
Hex EE 0 AC 0 64 1C 7 13D 64 2F
Octal 356 0 254 0 144 34 7 475 144 57
Binary 11101110 0 10101100 0 1100100 11100 111 100111101 1100100 101111

Color Harmonies of #EE00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00AC

Black with #EE00AC

Text Example


Text Example

White with #EE00AC

Text Example


Text Example

HTML Codes & Css Web 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>