#EE22AA

Color #EE22AA Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #EE22AA

Tints of Spicy Pink #EE22AA

Color information

#EE22AA (or 0xEE22AA) is unknown color: approx Spicy Pink. HEX triplet: EE, 22 and AA. RGB value is (238,34,170). Sum of RGB (Red+Green+Blue) = 238+34+170=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE22AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE22AA is #11DD55. Grayscale: #6E6E6E. Windows color (decimal): -1170774 or 11150062. OLE color: 11150062.

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

Color convert

RGB23834170-
CMYK00.860.290.07
HSL320º85.71%53.33%-
HSV(B)320º85.71%93.33%-
XYZ43.0922.2240.05-
YUV110.5161.59218.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.85%
GREEN value IS 34 (13.67% from 255) = 7.69%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=53.85%
G=7.69%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383417000.860.290.0732085.7153.33
HexEE22AA0561D71405635
Octal35642252012635750012665
Binary111011101000101010101001010110111011111010000001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE22AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE22AA; }

 p { color: rgb(238,34,170); }

 H1.HeaderClassName
 {
   color: #EE22AA;
 }
 .AnyTagClassName
 {
   color: #EE22AA;
 }
</style>
background-color css

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

 a { background-color: rgb(238,34,170); }

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

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

 span { border-color: rgb(238,34,170); }

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