Shades of Shocking Pink #E31ECF
Tints of Shocking Pink #E31ECF
RGB
CMYK
RGB Variations
Color information
#E31ECF (or 0xE31ECF) is known color: Shocking Pink. HEX triplet: E3, 1E and CF. RGB value is (227,30,207). Sum of RGB (Red+Green+Blue) = 227+30+207=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E31ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31ECF is #1CE130. Grayscale: #6C6C6C. Windows color (decimal): -1892657 or 13573859. OLE color: 13573859.
HSL color Cylindrical-coordinate representation of color #E31ECF: hue angle of 306.09º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31ECF is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 30 | 207 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.11 |
| HSL | 306.09º | 0.78% | 0.5% | - |
| HSV(B) | 306.09º | 0.87% | 0.89% | - |
| XYZ | 43.41 | 21.76 | 60.94 | - |
| YUV | 109.08 | 183.27 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 30 | 207 | 0 | 0.87 | 0.09 | 0.11 | 306.09 | 0.78 | 0.5 |
| Hex | E3 | 1E | CF | 0 | 57 | 9 | B | 132 | 4E | 32 |
| Octal | 343 | 36 | 317 | 0 | 127 | 11 | 13 | 462 | 116 | 62 |
| Binary | 11100011 | 11110 | 11001111 | 0 | 1010111 | 1001 | 1011 | 100110010 | 1001110 | 110010 |
Color Harmonies of #E31ECF
Complementary color
Monochromatic Colors of #E31ECF
Black with #E31ECF
Text Example
Text Example
White with #E31ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31ECF; }
p { color: rgb(227,30,207); }
H1.HeaderClassName
{
color: #E31ECF;
}
.AnyTagClassName
{
color: #E31ECF;
}
</style>
background-color css
<style>
a { background-color: #E31ECF; }
a { background-color: rgb(227,30,207); }
div.DivClassName
{
background-color: #E31ECF;
}
.BgClassName
{
background-color: #E31ECF;
}
</style>
border-color css
<style>
span { border-color: #E31ECF; }
span { border-color: rgb(227,30,207); }
td.TdClassName
{
border-color: #E31ECF;
}
.TagClassName
{
border-color: #E31ECF;
}
</style>