Shades of Shocking Pink #E816D3
Tints of Shocking Pink #E816D3
RGB
CMYK
RGB Variations
Color information
#E816D3 (or 0xE816D3) is known color: Shocking Pink. HEX triplet: E8, 16 and D3. RGB value is (232,22,211). Sum of RGB (Red+Green+Blue) = 232+22+211=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E816D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E816D3 is #17E92C. Grayscale: #696969. Windows color (decimal): -1567021 or 13833960. OLE color: 13833960.
HSL color Cylindrical-coordinate representation of color #E816D3: hue angle of 306º 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 #E816D3 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 211 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.09 |
| HSL | 306º | 0.83% | 0.5% | - |
| HSV(B) | 306º | 0.91% | 0.91% | - |
| XYZ | 45.32 | 22.43 | 63.57 | - |
| YUV | 106.34 | 187.07 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 211 | 0 | 0.91 | 0.09 | 0.09 | 306 | 0.83 | 0.5 |
| Hex | E8 | 16 | D3 | 0 | 5B | 9 | 9 | 132 | 53 | 32 |
| Octal | 350 | 26 | 323 | 0 | 133 | 11 | 11 | 462 | 123 | 62 |
| Binary | 11101000 | 10110 | 11010011 | 0 | 1011011 | 1001 | 1001 | 100110010 | 1010011 | 110010 |
Color Harmonies of #E816D3
Complementary color
Monochromatic Colors of #E816D3
Black with #E816D3
Text Example
Text Example
White with #E816D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E816D3; }
p { color: rgb(232,22,211); }
H1.HeaderClassName
{
color: #E816D3;
}
.AnyTagClassName
{
color: #E816D3;
}
</style>
background-color css
<style>
a { background-color: #E816D3; }
a { background-color: rgb(232,22,211); }
div.DivClassName
{
background-color: #E816D3;
}
.BgClassName
{
background-color: #E816D3;
}
</style>
border-color css
<style>
span { border-color: #E816D3; }
span { border-color: rgb(232,22,211); }
td.TdClassName
{
border-color: #E816D3;
}
.TagClassName
{
border-color: #E816D3;
}
</style>