Shades of Shocking Pink #E815D6
Tints of Shocking Pink #E815D6
RGB
CMYK
RGB Variations
Color information
#E815D6 (or 0xE815D6) is known color: Shocking Pink. HEX triplet: E8, 15 and D6. RGB value is (232,21,214). Sum of RGB (Red+Green+Blue) = 232+21+214=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E815D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E815D6 is #17EA29. Grayscale: #696969. Windows color (decimal): -1567274 or 14030312. OLE color: 14030312.
HSL color Cylindrical-coordinate representation of color #E815D6: hue angle of 305.12º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E815D6 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 214 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.09 |
| HSL | 305.12º | 0.83% | 0.5% | - |
| HSV(B) | 305.12º | 0.91% | 0.91% | - |
| XYZ | 45.68 | 22.55 | 65.56 | - |
| YUV | 106.09 | 188.9 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 214 | 0 | 0.91 | 0.08 | 0.09 | 305.12 | 0.83 | 0.5 |
| Hex | E8 | 15 | D6 | 0 | 5B | 8 | 9 | 131 | 53 | 32 |
| Octal | 350 | 25 | 326 | 0 | 133 | 10 | 11 | 461 | 123 | 62 |
| Binary | 11101000 | 10101 | 11010110 | 0 | 1011011 | 1000 | 1001 | 100110001 | 1010011 | 110010 |
Color Harmonies of #E815D6
Complementary color
Monochromatic Colors of #E815D6
Black with #E815D6
Text Example
Text Example
White with #E815D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E815D6; }
p { color: rgb(232,21,214); }
H1.HeaderClassName
{
color: #E815D6;
}
.AnyTagClassName
{
color: #E815D6;
}
</style>
background-color css
<style>
a { background-color: #E815D6; }
a { background-color: rgb(232,21,214); }
div.DivClassName
{
background-color: #E815D6;
}
.BgClassName
{
background-color: #E815D6;
}
</style>
border-color css
<style>
span { border-color: #E815D6; }
span { border-color: rgb(232,21,214); }
td.TdClassName
{
border-color: #E815D6;
}
.TagClassName
{
border-color: #E815D6;
}
</style>