Shades of Shocking Pink #E512D0
Tints of Shocking Pink #E512D0
RGB
CMYK
RGB Variations
Color information
#E512D0 (or 0xE512D0) is known color: Shocking Pink. HEX triplet: E5, 12 and D0. RGB value is (229,18,208). Sum of RGB (Red+Green+Blue) = 229+18+208=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E512D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512D0 is #1AED2F. Grayscale: #666666. Windows color (decimal): -1764656 or 13636325. OLE color: 13636325.
HSL color Cylindrical-coordinate representation of color #E512D0: hue angle of 305.97º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E512D0 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 208 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.10 |
| HSL | 305.97º | 0.85% | 0.48% | - |
| HSV(B) | 305.97º | 0.92% | 0.9% | - |
| XYZ | 43.91 | 21.64 | 61.54 | - |
| YUV | 102.75 | 187.4 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 208 | 0 | 0.92 | 0.09 | 0.10 | 305.97 | 0.85 | 0.48 |
| Hex | E5 | 12 | D0 | 0 | 5C | 9 | A | 132 | 55 | 30 |
| Octal | 345 | 22 | 320 | 0 | 134 | 11 | 12 | 462 | 125 | 60 |
| Binary | 11100101 | 10010 | 11010000 | 0 | 1011100 | 1001 | 1010 | 100110010 | 1010101 | 110000 |
Color Harmonies of #E512D0
Complementary color
Monochromatic Colors of #E512D0
Black with #E512D0
Text Example
Text Example
White with #E512D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512D0; }
p { color: rgb(229,18,208); }
H1.HeaderClassName
{
color: #E512D0;
}
.AnyTagClassName
{
color: #E512D0;
}
</style>
background-color css
<style>
a { background-color: #E512D0; }
a { background-color: rgb(229,18,208); }
div.DivClassName
{
background-color: #E512D0;
}
.BgClassName
{
background-color: #E512D0;
}
</style>
border-color css
<style>
span { border-color: #E512D0; }
span { border-color: rgb(229,18,208); }
td.TdClassName
{
border-color: #E512D0;
}
.TagClassName
{
border-color: #E512D0;
}
</style>