#e811b8

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

Shades of Shocking Pink #E811B8

Tints of Shocking Pink #E811B8

Color information

#E811B8 (or 0xE811B8) is unknown color: approx Shocking Pink. HEX triplet: E8, 11 and B8. RGB value is (232,17,184). Sum of RGB (Red+Green+Blue) = 232+17+184=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E811B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E811B8 is #17EE47. Grayscale: #636363. Windows color (decimal): -1568328 or 12063208. OLE color: 12063208.

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

Color convert

RGB23217184-
CMYK00.930.210.09
HSL313.4º86.35%48.82%-
HSV(B)313.4º92.67%90.98%-
XYZ42.1321.0247.18-
YUV100.32175.23221.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.58%
GREEN value IS 17 (7.03% from 255) = 3.93%
BLUE value IS 184 (72.27% from 255) = 42.49%
R=53.58%
G=3.93%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321718400.930.210.09313.486.3548.82
HexE811B805D1591395631
Octal350212700135251147112661
Binary111010001000110111000010111011010110011001110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e811b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e811b8; }

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

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

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

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

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

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

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

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