Html Css Color HEX #EE02AD Hollywood Cerise

📋 copy color: '#EE02AD'

red 238 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #EE02AD

Tints of Hollywood Cerise #EE02AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 57.63%
G = 0.48%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE02AD (or 0xEE02AD) is known color: Hollywood Cerise. HEX triplet: EE, 02 and AD. RGB value is (238,2,173). Sum of RGB (Red+Green+Blue) = 238+2+173=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE02AD is #11FD52. Grayscale: #5B5B5B. Windows color (decimal): -1178963 or 11338478. OLE color: 11338478.

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

Color convert

RGB 238 2 173 -
CMYK 0 0.99 0.27 0.07
HSL 316.53º 0.98% 0.47% -
HSV(B) 316.53º 0.99% 0.93% -
XYZ 42.82 21.24 41.38 -
YUV 92.06 173.69 232.1 -
System Red Green Blue C M Y K H S L
Decimal 238 2 173 0 0.99 0.27 0.07 316.53 0.98 0.47
Hex EE 2 AD 0 63 1B 7 13D 62 2F
Octal 356 2 255 0 143 33 7 475 142 57
Binary 11101110 10 10101101 0 1100011 11011 111 100111101 1100010 101111

Color Harmonies of #EE02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02AD

Black with #EE02AD

Text Example


Text Example

White with #EE02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02AD; }

 p { color: rgb(238,2,173); }

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

background-color css

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

 a { background-color: rgb(238,2,173); }

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

border-color css

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

 span { border-color: rgb(238,2,173); }

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