Shades of Shocking Pink #E512CF
Tints of Shocking Pink #E512CF
RGB
CMYK
RGB Variations
Color information
#E512CF (or 0xE512CF) is known color: Shocking Pink. HEX triplet: E5, 12 and CF. RGB value is (229,18,207). Sum of RGB (Red+Green+Blue) = 229+18+207=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E512CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512CF is #1AED30. Grayscale: #666666. Windows color (decimal): -1764657 or 13570789. OLE color: 13570789.
HSL color Cylindrical-coordinate representation of color #E512CF: hue angle of 306.26º 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 #E512CF is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 207 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.10 |
| HSL | 306.26º | 0.85% | 0.48% | - |
| HSV(B) | 306.26º | 0.92% | 0.9% | - |
| XYZ | 43.79 | 21.6 | 60.89 | - |
| YUV | 102.64 | 186.9 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 207 | 0 | 0.92 | 0.10 | 0.10 | 306.26 | 0.85 | 0.48 |
| Hex | E5 | 12 | CF | 0 | 5C | A | A | 132 | 55 | 30 |
| Octal | 345 | 22 | 317 | 0 | 134 | 12 | 12 | 462 | 125 | 60 |
| Binary | 11100101 | 10010 | 11001111 | 0 | 1011100 | 1010 | 1010 | 100110010 | 1010101 | 110000 |
Color Harmonies of #E512CF
Complementary color
Monochromatic Colors of #E512CF
Black with #E512CF
Text Example
Text Example
White with #E512CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512CF; }
p { color: rgb(229,18,207); }
H1.HeaderClassName
{
color: #E512CF;
}
.AnyTagClassName
{
color: #E512CF;
}
</style>
background-color css
<style>
a { background-color: #E512CF; }
a { background-color: rgb(229,18,207); }
div.DivClassName
{
background-color: #E512CF;
}
.BgClassName
{
background-color: #E512CF;
}
</style>
border-color css
<style>
span { border-color: #E512CF; }
span { border-color: rgb(229,18,207); }
td.TdClassName
{
border-color: #E512CF;
}
.TagClassName
{
border-color: #E512CF;
}
</style>