Shades of Shocking Pink #E612CD
Tints of Shocking Pink #E612CD
RGB
CMYK
RGB Variations
Color information
#E612CD (or 0xE612CD) is known color: Shocking Pink. HEX triplet: E6, 12 and CD. RGB value is (230,18,205). Sum of RGB (Red+Green+Blue) = 230+18+205=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E612CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612CD is #19ED32. Grayscale: #666666. Windows color (decimal): -1699123 or 13439718. OLE color: 13439718.
HSL color Cylindrical-coordinate representation of color #E612CD: hue angle of 307.08º 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 #E612CD is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 205 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.10 |
| HSL | 307.08º | 0.85% | 0.49% | - |
| HSV(B) | 307.08º | 0.92% | 0.9% | - |
| XYZ | 43.87 | 21.66 | 59.63 | - |
| YUV | 102.71 | 185.74 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 205 | 0 | 0.92 | 0.11 | 0.10 | 307.08 | 0.85 | 0.49 |
| Hex | E6 | 12 | CD | 0 | 5C | B | A | 133 | 55 | 31 |
| Octal | 346 | 22 | 315 | 0 | 134 | 13 | 12 | 463 | 125 | 61 |
| Binary | 11100110 | 10010 | 11001101 | 0 | 1011100 | 1011 | 1010 | 100110011 | 1010101 | 110001 |
Color Harmonies of #E612CD
Complementary color
Monochromatic Colors of #E612CD
Black with #E612CD
Text Example
Text Example
White with #E612CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612CD; }
p { color: rgb(230,18,205); }
H1.HeaderClassName
{
color: #E612CD;
}
.AnyTagClassName
{
color: #E612CD;
}
</style>
background-color css
<style>
a { background-color: #E612CD; }
a { background-color: rgb(230,18,205); }
div.DivClassName
{
background-color: #E612CD;
}
.BgClassName
{
background-color: #E612CD;
}
</style>
border-color css
<style>
span { border-color: #E612CD; }
span { border-color: rgb(230,18,205); }
td.TdClassName
{
border-color: #E612CD;
}
.TagClassName
{
border-color: #E612CD;
}
</style>