Shades of Shocking Pink #E612D1
Tints of Shocking Pink #E612D1
RGB
CMYK
RGB Variations
Color information
#E612D1 (or 0xE612D1) is known color: Shocking Pink. HEX triplet: E6, 12 and D1. RGB value is (230,18,209). Sum of RGB (Red+Green+Blue) = 230+18+209=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E612D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612D1 is #19ED2E. Grayscale: #666666. Windows color (decimal): -1699119 or 13701862. OLE color: 13701862.
HSL color Cylindrical-coordinate representation of color #E612D1: hue angle of 305.94º 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 #E612D1 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 209 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.10 |
| HSL | 305.94º | 0.85% | 0.49% | - |
| HSV(B) | 305.94º | 0.92% | 0.9% | - |
| XYZ | 44.36 | 21.86 | 62.2 | - |
| YUV | 103.16 | 187.74 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 209 | 0 | 0.92 | 0.09 | 0.10 | 305.94 | 0.85 | 0.49 |
| Hex | E6 | 12 | D1 | 0 | 5C | 9 | A | 132 | 55 | 31 |
| Octal | 346 | 22 | 321 | 0 | 134 | 11 | 12 | 462 | 125 | 61 |
| Binary | 11100110 | 10010 | 11010001 | 0 | 1011100 | 1001 | 1010 | 100110010 | 1010101 | 110001 |
Color Harmonies of #E612D1
Complementary color
Monochromatic Colors of #E612D1
Black with #E612D1
Text Example
Text Example
White with #E612D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612D1; }
p { color: rgb(230,18,209); }
H1.HeaderClassName
{
color: #E612D1;
}
.AnyTagClassName
{
color: #E612D1;
}
</style>
background-color css
<style>
a { background-color: #E612D1; }
a { background-color: rgb(230,18,209); }
div.DivClassName
{
background-color: #E612D1;
}
.BgClassName
{
background-color: #E612D1;
}
</style>
border-color css
<style>
span { border-color: #E612D1; }
span { border-color: rgb(230,18,209); }
td.TdClassName
{
border-color: #E612D1;
}
.TagClassName
{
border-color: #E612D1;
}
</style>