Shades of Shocking Pink #E815D0
Tints of Shocking Pink #E815D0
RGB
CMYK
RGB Variations
Color information
#E815D0 (or 0xE815D0) is known color: Shocking Pink. HEX triplet: E8, 15 and D0. RGB value is (232,21,208). Sum of RGB (Red+Green+Blue) = 232+21+208=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E815D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E815D0 is #17EA2F. Grayscale: #686868. Windows color (decimal): -1567280 or 13637096. OLE color: 13637096.
HSL color Cylindrical-coordinate representation of color #E815D0: hue angle of 306.82º 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 #E815D0 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 208 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.09 |
| HSL | 306.82º | 0.83% | 0.5% | - |
| HSV(B) | 306.82º | 0.91% | 0.91% | - |
| XYZ | 44.93 | 22.25 | 61.6 | - |
| YUV | 105.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 208 | 0 | 0.91 | 0.10 | 0.09 | 306.82 | 0.83 | 0.5 |
| Hex | E8 | 15 | D0 | 0 | 5B | A | 9 | 133 | 53 | 32 |
| Octal | 350 | 25 | 320 | 0 | 133 | 12 | 11 | 463 | 123 | 62 |
| Binary | 11101000 | 10101 | 11010000 | 0 | 1011011 | 1010 | 1001 | 100110011 | 1010011 | 110010 |
Color Harmonies of #E815D0
Complementary color
Monochromatic Colors of #E815D0
Black with #E815D0
Text Example
Text Example
White with #E815D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E815D0; }
p { color: rgb(232,21,208); }
H1.HeaderClassName
{
color: #E815D0;
}
.AnyTagClassName
{
color: #E815D0;
}
</style>
background-color css
<style>
a { background-color: #E815D0; }
a { background-color: rgb(232,21,208); }
div.DivClassName
{
background-color: #E815D0;
}
.BgClassName
{
background-color: #E815D0;
}
</style>
border-color css
<style>
span { border-color: #E815D0; }
span { border-color: rgb(232,21,208); }
td.TdClassName
{
border-color: #E815D0;
}
.TagClassName
{
border-color: #E815D0;
}
</style>