Shades of Shocking Pink #E817D4
Tints of Shocking Pink #E817D4
RGB
CMYK
RGB Variations
Color information
#E817D4 (or 0xE817D4) is known color: Shocking Pink. HEX triplet: E8, 17 and D4. RGB value is (232,23,212). Sum of RGB (Red+Green+Blue) = 232+23+212=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E817D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E817D4 is #17E82B. Grayscale: #6A6A6A. Windows color (decimal): -1566764 or 13899752. OLE color: 13899752.
HSL color Cylindrical-coordinate representation of color #E817D4: hue angle of 305.74º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E817D4 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 212 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.09 |
| HSL | 305.74º | 0.82% | 0.5% | - |
| HSV(B) | 305.74º | 0.9% | 0.91% | - |
| XYZ | 45.47 | 22.52 | 64.24 | - |
| YUV | 107.04 | 187.24 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 212 | 0 | 0.90 | 0.09 | 0.09 | 305.74 | 0.82 | 0.5 |
| Hex | E8 | 17 | D4 | 0 | 5A | 9 | 9 | 132 | 52 | 32 |
| Octal | 350 | 27 | 324 | 0 | 132 | 11 | 11 | 462 | 122 | 62 |
| Binary | 11101000 | 10111 | 11010100 | 0 | 1011010 | 1001 | 1001 | 100110010 | 1010010 | 110010 |
Color Harmonies of #E817D4
Complementary color
Monochromatic Colors of #E817D4
Black with #E817D4
Text Example
Text Example
White with #E817D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E817D4; }
p { color: rgb(232,23,212); }
H1.HeaderClassName
{
color: #E817D4;
}
.AnyTagClassName
{
color: #E817D4;
}
</style>
background-color css
<style>
a { background-color: #E817D4; }
a { background-color: rgb(232,23,212); }
div.DivClassName
{
background-color: #E817D4;
}
.BgClassName
{
background-color: #E817D4;
}
</style>
border-color css
<style>
span { border-color: #E817D4; }
span { border-color: rgb(232,23,212); }
td.TdClassName
{
border-color: #E817D4;
}
.TagClassName
{
border-color: #E817D4;
}
</style>