Shades of Shocking Pink #E712C1
Tints of Shocking Pink #E712C1
RGB
CMYK
RGB Variations
Color information
#E712C1 (or 0xE712C1) is known color: Shocking Pink. HEX triplet: E7, 12 and C1. RGB value is (231,18,193). Sum of RGB (Red+Green+Blue) = 231+18+193=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E712C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E712C1 is #18ED3E. Grayscale: #656565. Windows color (decimal): -1633599 or 12653287. OLE color: 12653287.
HSL color Cylindrical-coordinate representation of color #E712C1: hue angle of 310.7º 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 #E712C1 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 193 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.09 |
| HSL | 310.7º | 0.86% | 0.49% | - |
| HSV(B) | 310.7º | 0.92% | 0.91% | - |
| XYZ | 42.8 | 21.27 | 52.3 | - |
| YUV | 101.64 | 179.57 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 193 | 0 | 0.92 | 0.16 | 0.09 | 310.7 | 0.86 | 0.49 |
| Hex | E7 | 12 | C1 | 0 | 5C | 10 | 9 | 137 | 56 | 31 |
| Octal | 347 | 22 | 301 | 0 | 134 | 20 | 11 | 467 | 126 | 61 |
| Binary | 11100111 | 10010 | 11000001 | 0 | 1011100 | 10000 | 1001 | 100110111 | 1010110 | 110001 |
Color Harmonies of #E712C1
Complementary color
Monochromatic Colors of #E712C1
Black with #E712C1
Text Example
Text Example
White with #E712C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E712C1; }
p { color: rgb(231,18,193); }
H1.HeaderClassName
{
color: #E712C1;
}
.AnyTagClassName
{
color: #E712C1;
}
</style>
background-color css
<style>
a { background-color: #E712C1; }
a { background-color: rgb(231,18,193); }
div.DivClassName
{
background-color: #E712C1;
}
.BgClassName
{
background-color: #E712C1;
}
</style>
border-color css
<style>
span { border-color: #E712C1; }
span { border-color: rgb(231,18,193); }
td.TdClassName
{
border-color: #E712C1;
}
.TagClassName
{
border-color: #E712C1;
}
</style>