Html Css Color HEX #EE05B2 Hollywood Cerise

📋 copy color: '#EE05B2'

red 238 ◦ green 5 ◦ blue 178

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

Shades of Hollywood Cerise #EE05B2

Tints of Hollywood Cerise #EE05B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 56.53%
G = 1.19%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EE05B2 (or 0xEE05B2) is known color: Hollywood Cerise. HEX triplet: EE, 05 and B2. RGB value is (238,5,178). Sum of RGB (Red+Green+Blue) = 238+5+178=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE05B2 is #11FA4D. Grayscale: #5D5D5D. Windows color (decimal): -1178190 or 11666926. OLE color: 11666926.

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

Color convert

RGB 238 5 178 -
CMYK 0 0.98 0.25 0.07
HSL 315.45º 0.96% 0.48% -
HSV(B) 315.45º 0.98% 0.93% -
XYZ 43.35 21.5 43.98 -
YUV 94.39 175.19 230.43 -
System Red Green Blue C M Y K H S L
Decimal 238 5 178 0 0.98 0.25 0.07 315.45 0.96 0.48
Hex EE 5 B2 0 62 19 7 13B 60 30
Octal 356 5 262 0 142 31 7 473 140 60
Binary 11101110 101 10110010 0 1100010 11001 111 100111011 1100000 110000

Color Harmonies of #EE05B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05B2

Black with #EE05B2

Text Example


Text Example

White with #EE05B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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