#e811d3

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

Shades of Shocking Pink #E811D3

Tints of Shocking Pink #E811D3

Color information

#E811D3 (or 0xE811D3) is unknown color: approx Shocking Pink. HEX triplet: E8, 11 and D3. RGB value is (232,17,211). Sum of RGB (Red+Green+Blue) = 232+17+211=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E811D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E811D3 is #17EE2C. Grayscale: #666666. Windows color (decimal): -1568301 or 13832680. OLE color: 13832680.

HSL color Cylindrical-coordinate representation of color #E811D3: hue angle of 305.86º 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 #E811D3 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB23217211-
CMYK00.930.090.09
HSL305.86º86.35%48.82%-
HSV(B)305.86º92.67%90.98%-
XYZ45.2422.2663.54-
YUV103.4188.73219.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.43%
GREEN value IS 17 (7.03% from 255) = 3.70%
BLUE value IS 211 (82.81% from 255) = 45.87%
R=50.43%
G=3.70%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321721100.930.090.09305.8686.3548.82
HexE811D305D991325631
Octal350213230135111146212661
Binary11101000100011101001101011101100110011001100101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e811d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e811d3; }

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

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

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

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

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

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

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

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