Html Css Color HEX #EE05AC Hollywood Cerise

📋 copy color: '#EE05AC'

red 238 ◦ green 5 ◦ blue 172

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

Shades of Hollywood Cerise #EE05AC

Tints of Hollywood Cerise #EE05AC

RGB

 RED value IS 238 (93.36% from 255) = 57.35%

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 57.35%
G = 1.2%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

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

RGB 238 5 172 -
CMYK 0 0.98 0.28 0.07
HSL 317º 0.96% 0.48% -
HSV(B) 317º 0.98% 0.93% -
XYZ 42.76 21.26 40.88 -
YUV 93.71 172.19 230.92 -
System Red Green Blue C M Y K H S L
Decimal 238 5 172 0 0.98 0.28 0.07 317 0.96 0.48
Hex EE 5 AC 0 62 1C 7 13D 60 30
Octal 356 5 254 0 142 34 7 475 140 60
Binary 11101110 101 10101100 0 1100010 11100 111 100111101 1100000 110000

Color Harmonies of #EE05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05AC

Black with #EE05AC

Text Example


Text Example

White with #EE05AC

Text Example


Text Example

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