#E220CC

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

Shades of Shocking Pink #E220CC

Tints of Shocking Pink #E220CC

Color information

#E220CC (or 0xE220CC) is unknown color: approx Shocking Pink. HEX triplet: E2, 20 and CC. RGB value is (226,32,204). Sum of RGB (Red+Green+Blue) = 226+32+204=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E220CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220CC is #1DDF33. Grayscale: #6D6D6D. Windows color (decimal): -1957684 or 13377762. OLE color: 13377762.

HSL color Cylindrical-coordinate representation of color #E220CC: hue angle of 306.8º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220CC is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB22632204-
CMYK00.860.100.11
HSL306.8º76.98%50.59%-
HSV(B)306.8º85.84%88.63%-
XYZ42.7821.5659.03-
YUV109.61181.27211.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.92%
GREEN value IS 32 (12.89% from 255) = 6.93%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=48.92%
G=6.93%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263220400.860.100.11306.876.9850.59
HexE220CC056AB1334d33
Octal342403140126121346311563
Binary111000101000001100110001010110101010111001100111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E220CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E220CC; }

 p { color: rgb(226,32,204); }

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

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

 a { background-color: rgb(226,32,204); }

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

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

 span { border-color: rgb(226,32,204); }

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