#E819D8

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

Shades of Shocking Pink #E819D8

Tints of Shocking Pink #E819D8

Color information

#E819D8 (or 0xE819D8) is unknown color: approx Shocking Pink. HEX triplet: E8, 19 and D8. RGB value is (232,25,216). Sum of RGB (Red+Green+Blue) = 232+25+216=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E819D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819D8 is #17E627. Grayscale: #6C6C6C. Windows color (decimal): -1566248 or 14162408. OLE color: 14162408.

HSL color Cylindrical-coordinate representation of color #E819D8: hue angle of 304.64º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E819D8 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB23225216-
CMYK00.890.070.09
HSL304.64º81.82%50.39%-
HSV(B)304.64º89.22%90.98%-
XYZ46.0222.8166.94-
YUV108.67188.58215.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.05%
GREEN value IS 25 (10.16% from 255) = 5.29%
BLUE value IS 216 (84.77% from 255) = 45.67%
R=49.05%
G=5.29%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322521600.890.070.09304.6481.8250.39
HexE819D8059791315232
Octal35031330013171146112262
Binary1110100011001110110000101100111110011001100011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E819D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E819D8; }

 p { color: rgb(232,25,216); }

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

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

 a { background-color: rgb(232,25,216); }

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

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

 span { border-color: rgb(232,25,216); }

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