Shades of Shocking Pink #E612CE
Tints of Shocking Pink #E612CE
RGB
CMYK
RGB Variations
Color information
#E612CE (or 0xE612CE) is known color: Shocking Pink. HEX triplet: E6, 12 and CE. RGB value is (230,18,206). Sum of RGB (Red+Green+Blue) = 230+18+206=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E612CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612CE is #19ED31. Grayscale: #666666. Windows color (decimal): -1699122 or 13505254. OLE color: 13505254.
HSL color Cylindrical-coordinate representation of color #E612CE: hue angle of 306.79º 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 #E612CE is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 206 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.10 |
| HSL | 306.79º | 0.85% | 0.49% | - |
| HSV(B) | 306.79º | 0.92% | 0.9% | - |
| XYZ | 43.99 | 21.71 | 60.26 | - |
| YUV | 102.82 | 186.24 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 206 | 0 | 0.92 | 0.10 | 0.10 | 306.79 | 0.85 | 0.49 |
| Hex | E6 | 12 | CE | 0 | 5C | A | A | 133 | 55 | 31 |
| Octal | 346 | 22 | 316 | 0 | 134 | 12 | 12 | 463 | 125 | 61 |
| Binary | 11100110 | 10010 | 11001110 | 0 | 1011100 | 1010 | 1010 | 100110011 | 1010101 | 110001 |
Color Harmonies of #E612CE
Complementary color
Monochromatic Colors of #E612CE
Black with #E612CE
Text Example
Text Example
White with #E612CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612CE; }
p { color: rgb(230,18,206); }
H1.HeaderClassName
{
color: #E612CE;
}
.AnyTagClassName
{
color: #E612CE;
}
</style>
background-color css
<style>
a { background-color: #E612CE; }
a { background-color: rgb(230,18,206); }
div.DivClassName
{
background-color: #E612CE;
}
.BgClassName
{
background-color: #E612CE;
}
</style>
border-color css
<style>
span { border-color: #E612CE; }
span { border-color: rgb(230,18,206); }
td.TdClassName
{
border-color: #E612CE;
}
.TagClassName
{
border-color: #E612CE;
}
</style>