#E811C0

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

Shades of Shocking Pink #E811C0

Tints of Shocking Pink #E811C0

Color information

#E811C0 (or 0xE811C0) is unknown color: approx Shocking Pink. HEX triplet: E8, 11 and C0. RGB value is (232,17,192). Sum of RGB (Red+Green+Blue) = 232+17+192=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E811C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E811C0 is #17EE3F. Grayscale: #646464. Windows color (decimal): -1568320 or 12587496. OLE color: 12587496.

HSL color Cylindrical-coordinate representation of color #E811C0: hue angle of 311.16º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E811C0 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB23217192-
CMYK00.930.170.09
HSL311.16º86.35%48.82%-
HSV(B)311.16º92.67%90.98%-
XYZ42.9921.3651.73-
YUV101.24179.23221.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.61%
GREEN value IS 17 (7.03% from 255) = 3.85%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=52.61%
G=3.85%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321719200.930.170.09311.1686.3548.82
HexE811C005D1191375631
Octal350213000135211146712661
Binary111010001000111000000010111011000110011001101111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E811C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E811C0; }

 p { color: rgb(232,17,192); }

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

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

 a { background-color: rgb(232,17,192); }

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

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

 span { border-color: rgb(232,17,192); }

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