Shades of Shocking Pink #E815D4
Tints of Shocking Pink #E815D4
RGB
CMYK
RGB Variations
Color information
#E815D4 (or 0xE815D4) is known color: Shocking Pink. HEX triplet: E8, 15 and D4. RGB value is (232,21,212). Sum of RGB (Red+Green+Blue) = 232+21+212=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E815D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E815D4 is #17EA2B. Grayscale: #696969. Windows color (decimal): -1567276 or 13899240. OLE color: 13899240.
HSL color Cylindrical-coordinate representation of color #E815D4: hue angle of 305.69º 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 #E815D4 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 212 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.09 |
| HSL | 305.69º | 0.83% | 0.5% | - |
| HSV(B) | 305.69º | 0.91% | 0.91% | - |
| XYZ | 45.43 | 22.45 | 64.23 | - |
| YUV | 105.86 | 187.9 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 212 | 0 | 0.91 | 0.09 | 0.09 | 305.69 | 0.83 | 0.5 |
| Hex | E8 | 15 | D4 | 0 | 5B | 9 | 9 | 132 | 53 | 32 |
| Octal | 350 | 25 | 324 | 0 | 133 | 11 | 11 | 462 | 123 | 62 |
| Binary | 11101000 | 10101 | 11010100 | 0 | 1011011 | 1001 | 1001 | 100110010 | 1010011 | 110010 |
Color Harmonies of #E815D4
Complementary color
Monochromatic Colors of #E815D4
Black with #E815D4
Text Example
Text Example
White with #E815D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E815D4; }
p { color: rgb(232,21,212); }
H1.HeaderClassName
{
color: #E815D4;
}
.AnyTagClassName
{
color: #E815D4;
}
</style>
background-color css
<style>
a { background-color: #E815D4; }
a { background-color: rgb(232,21,212); }
div.DivClassName
{
background-color: #E815D4;
}
.BgClassName
{
background-color: #E815D4;
}
</style>
border-color css
<style>
span { border-color: #E815D4; }
span { border-color: rgb(232,21,212); }
td.TdClassName
{
border-color: #E815D4;
}
.TagClassName
{
border-color: #E815D4;
}
</style>