Shades of Shocking Pink #E515D0
Tints of Shocking Pink #E515D0
RGB
CMYK
RGB Variations
Color information
#E515D0 (or 0xE515D0) is known color: Shocking Pink. HEX triplet: E5, 15 and D0. RGB value is (229,21,208). Sum of RGB (Red+Green+Blue) = 229+21+208=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E515D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515D0 is #1AEA2F. Grayscale: #676767. Windows color (decimal): -1763888 or 13637093. OLE color: 13637093.
HSL color Cylindrical-coordinate representation of color #E515D0: hue angle of 306.06º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E515D0 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 208 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.10 |
| HSL | 306.06º | 0.83% | 0.49% | - |
| HSV(B) | 306.06º | 0.91% | 0.9% | - |
| XYZ | 43.97 | 21.75 | 61.56 | - |
| YUV | 104.51 | 186.41 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 208 | 0 | 0.91 | 0.09 | 0.10 | 306.06 | 0.83 | 0.49 |
| Hex | E5 | 15 | D0 | 0 | 5B | 9 | A | 132 | 53 | 31 |
| Octal | 345 | 25 | 320 | 0 | 133 | 11 | 12 | 462 | 123 | 61 |
| Binary | 11100101 | 10101 | 11010000 | 0 | 1011011 | 1001 | 1010 | 100110010 | 1010011 | 110001 |
Color Harmonies of #E515D0
Complementary color
Monochromatic Colors of #E515D0
Black with #E515D0
Text Example
Text Example
White with #E515D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515D0; }
p { color: rgb(229,21,208); }
H1.HeaderClassName
{
color: #E515D0;
}
.AnyTagClassName
{
color: #E515D0;
}
</style>
background-color css
<style>
a { background-color: #E515D0; }
a { background-color: rgb(229,21,208); }
div.DivClassName
{
background-color: #E515D0;
}
.BgClassName
{
background-color: #E515D0;
}
</style>
border-color css
<style>
span { border-color: #E515D0; }
span { border-color: rgb(229,21,208); }
td.TdClassName
{
border-color: #E515D0;
}
.TagClassName
{
border-color: #E515D0;
}
</style>