#EE22C5

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

Shades of Shocking Pink #EE22C5

Tints of Shocking Pink #EE22C5

Color information

#EE22C5 (or 0xEE22C5) is unknown color: approx Shocking Pink. HEX triplet: EE, 22 and C5. RGB value is (238,34,197). Sum of RGB (Red+Green+Blue) = 238+34+197=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 34 (13.67% from 255 or 7.25% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE22C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE22C5 is #11DD3A. Grayscale: #717171. Windows color (decimal): -1170747 or 12919534. OLE color: 12919534.

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

Color convert

RGB23834197-
CMYK00.860.170.07
HSL312.06º85.71%53.33%-
HSV(B)312.06º85.71%93.33%-
XYZ45.9123.3554.91-
YUV113.58175.09216.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.75%
GREEN value IS 34 (13.67% from 255) = 7.25%
BLUE value IS 197 (77.34% from 255) = 42.00%
R=50.75%
G=7.25%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383419700.860.170.07312.0685.7153.33
HexEE22C50561171385635
Octal35642305012621747012665
Binary111011101000101100010101010110100011111001110001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE22C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE22C5; }

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

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

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

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

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

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

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

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