Shades of Shocking Pink #E912CD
Tints of Shocking Pink #E912CD
RGB
CMYK
RGB Variations
Color information
#E912CD (or 0xE912CD) is known color: Shocking Pink. HEX triplet: E9, 12 and CD. RGB value is (233,18,205). Sum of RGB (Red+Green+Blue) = 233+18+205=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E912CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E912CD is #16ED32. Grayscale: #676767. Windows color (decimal): -1502515 or 13439721. OLE color: 13439721.
HSL color Cylindrical-coordinate representation of color #E912CD: hue angle of 307.81º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E912CD is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 205 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.09 |
| HSL | 307.81º | 0.86% | 0.49% | - |
| HSV(B) | 307.81º | 0.92% | 0.91% | - |
| XYZ | 44.84 | 22.16 | 59.67 | - |
| YUV | 103.6 | 185.23 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 205 | 0 | 0.92 | 0.12 | 0.09 | 307.81 | 0.86 | 0.49 |
| Hex | E9 | 12 | CD | 0 | 5C | C | 9 | 134 | 56 | 31 |
| Octal | 351 | 22 | 315 | 0 | 134 | 14 | 11 | 464 | 126 | 61 |
| Binary | 11101001 | 10010 | 11001101 | 0 | 1011100 | 1100 | 1001 | 100110100 | 1010110 | 110001 |
Color Harmonies of #E912CD
Complementary color
Monochromatic Colors of #E912CD
Black with #E912CD
Text Example
Text Example
White with #E912CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E912CD; }
p { color: rgb(233,18,205); }
H1.HeaderClassName
{
color: #E912CD;
}
.AnyTagClassName
{
color: #E912CD;
}
</style>
background-color css
<style>
a { background-color: #E912CD; }
a { background-color: rgb(233,18,205); }
div.DivClassName
{
background-color: #E912CD;
}
.BgClassName
{
background-color: #E912CD;
}
</style>
border-color css
<style>
span { border-color: #E912CD; }
span { border-color: rgb(233,18,205); }
td.TdClassName
{
border-color: #E912CD;
}
.TagClassName
{
border-color: #E912CD;
}
</style>