Html Css Color HEX #EE05A4 Hollywood Cerise

📋 copy color: '#EE05A4'

red 238 ◦ green 5 ◦ blue 164

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

Shades of Hollywood Cerise #EE05A4

Tints of Hollywood Cerise #EE05A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 58.48%
G = 1.23%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EE05A4 (or 0xEE05A4) is known color: Hollywood Cerise. HEX triplet: EE, 05 and A4. RGB value is (238,5,164). Sum of RGB (Red+Green+Blue) = 238+5+164=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE05A4 is #11FA5B. Grayscale: #5C5C5C. Windows color (decimal): -1178204 or 10749422. OLE color: 10749422.

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

Color convert

RGB 238 5 164 -
CMYK 0 0.98 0.31 0.07
HSL 319.06º 0.96% 0.48% -
HSV(B) 319.06º 0.98% 0.93% -
XYZ 42.02 20.97 36.95 -
YUV 92.79 168.19 231.57 -
System Red Green Blue C M Y K H S L
Decimal 238 5 164 0 0.98 0.31 0.07 319.06 0.96 0.48
Hex EE 5 A4 0 62 1F 7 13F 60 30
Octal 356 5 244 0 142 37 7 477 140 60
Binary 11101110 101 10100100 0 1100010 11111 111 100111111 1100000 110000

Color Harmonies of #EE05A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05A4

Black with #EE05A4

Text Example


Text Example

White with #EE05A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05A4; }

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

 H1.HeaderClassName
 {
   color: #EE05A4;
 }
 .AnyTagClassName
 {
   color: #EE05A4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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