Shades of Shocking Pink #E612CF
Tints of Shocking Pink #E612CF
RGB
CMYK
RGB Variations
Color information
#E612CF (or 0xE612CF) is known color: Shocking Pink. HEX triplet: E6, 12 and CF. RGB value is (230,18,207). Sum of RGB (Red+Green+Blue) = 230+18+207=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E612CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612CF is #19ED30. Grayscale: #666666. Windows color (decimal): -1699121 or 13570790. OLE color: 13570790.
HSL color Cylindrical-coordinate representation of color #E612CF: hue angle of 306.51º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E612CF is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 207 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.10 |
| HSL | 306.51º | 0.85% | 0.49% | - |
| HSV(B) | 306.51º | 0.92% | 0.9% | - |
| XYZ | 44.11 | 21.76 | 60.91 | - |
| YUV | 102.93 | 186.74 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 207 | 0 | 0.92 | 0.10 | 0.10 | 306.51 | 0.85 | 0.49 |
| Hex | E6 | 12 | CF | 0 | 5C | A | A | 133 | 55 | 31 |
| Octal | 346 | 22 | 317 | 0 | 134 | 12 | 12 | 463 | 125 | 61 |
| Binary | 11100110 | 10010 | 11001111 | 0 | 1011100 | 1010 | 1010 | 100110011 | 1010101 | 110001 |
Color Harmonies of #E612CF
Complementary color
Monochromatic Colors of #E612CF
Black with #E612CF
Text Example
Text Example
White with #E612CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612CF; }
p { color: rgb(230,18,207); }
H1.HeaderClassName
{
color: #E612CF;
}
.AnyTagClassName
{
color: #E612CF;
}
</style>
background-color css
<style>
a { background-color: #E612CF; }
a { background-color: rgb(230,18,207); }
div.DivClassName
{
background-color: #E612CF;
}
.BgClassName
{
background-color: #E612CF;
}
</style>
border-color css
<style>
span { border-color: #E612CF; }
span { border-color: rgb(230,18,207); }
td.TdClassName
{
border-color: #E612CF;
}
.TagClassName
{
border-color: #E612CF;
}
</style>