Html Css Color HEX #EE20A8 Spicy Pink

📋 copy color: '#EE20A8'

red 238 ◦ green 32 ◦ blue 168

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

Shades of Spicy Pink #EE20A8

Tints of Spicy Pink #EE20A8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.31%

 BLUE value IS 168 (66.02% from 255) = 38.36%

R = 54.34%
G = 7.31%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE20A8 (or 0xEE20A8) is known color: Spicy Pink. HEX triplet: EE, 20 and A8. RGB value is (238,32,168). Sum of RGB (Red+Green+Blue) = 238+32+168=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE20A8 is #11DF57. Grayscale: #6C6C6C. Windows color (decimal): -1171288 or 11018478. OLE color: 11018478.

HSL color Cylindrical-coordinate representation of color #EE20A8: hue angle of 320.39º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20A8 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 32 168 -
CMYK 0 0.87 0.29 0.07
HSL 320.39º 0.86% 0.53% -
HSV(B) 320.39º 0.87% 0.93% -
XYZ 42.84 22.04 39.04 -
YUV 109.1 161.25 219.94 -
System Red Green Blue C M Y K H S L
Decimal 238 32 168 0 0.87 0.29 0.07 320.39 0.86 0.53
Hex EE 20 A8 0 57 1D 7 140 56 35
Octal 356 40 250 0 127 35 7 500 126 65
Binary 11101110 100000 10101000 0 1010111 11101 111 101000000 1010110 110101

Color Harmonies of #EE20A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20A8

Black with #EE20A8

Text Example


Text Example

White with #EE20A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20A8; }

 p { color: rgb(238,32,168); }

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

background-color css

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

 a { background-color: rgb(238,32,168); }

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

border-color css

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

 span { border-color: rgb(238,32,168); }

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