Shades of Shocking Pink #E816D5
Tints of Shocking Pink #E816D5
RGB
CMYK
RGB Variations
Color information
#E816D5 (or 0xE816D5) is known color: Shocking Pink. HEX triplet: E8, 16 and D5. RGB value is (232,22,213). Sum of RGB (Red+Green+Blue) = 232+22+213=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E816D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E816D5 is #17E92A. Grayscale: #6A6A6A. Windows color (decimal): -1567019 or 13965032. OLE color: 13965032.
HSL color Cylindrical-coordinate representation of color #E816D5: hue angle of 305.43º 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 #E816D5 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 213 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.09 |
| HSL | 305.43º | 0.83% | 0.5% | - |
| HSV(B) | 305.43º | 0.91% | 0.91% | - |
| XYZ | 45.58 | 22.53 | 64.9 | - |
| YUV | 106.56 | 188.07 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 213 | 0 | 0.91 | 0.08 | 0.09 | 305.43 | 0.83 | 0.5 |
| Hex | E8 | 16 | D5 | 0 | 5B | 8 | 9 | 131 | 53 | 32 |
| Octal | 350 | 26 | 325 | 0 | 133 | 10 | 11 | 461 | 123 | 62 |
| Binary | 11101000 | 10110 | 11010101 | 0 | 1011011 | 1000 | 1001 | 100110001 | 1010011 | 110010 |
Color Harmonies of #E816D5
Complementary color
Monochromatic Colors of #E816D5
Black with #E816D5
Text Example
Text Example
White with #E816D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E816D5; }
p { color: rgb(232,22,213); }
H1.HeaderClassName
{
color: #E816D5;
}
.AnyTagClassName
{
color: #E816D5;
}
</style>
background-color css
<style>
a { background-color: #E816D5; }
a { background-color: rgb(232,22,213); }
div.DivClassName
{
background-color: #E816D5;
}
.BgClassName
{
background-color: #E816D5;
}
</style>
border-color css
<style>
span { border-color: #E816D5; }
span { border-color: rgb(232,22,213); }
td.TdClassName
{
border-color: #E816D5;
}
.TagClassName
{
border-color: #E816D5;
}
</style>