Shades of Shocking Pink #E31DCE
Tints of Shocking Pink #E31DCE
RGB
CMYK
RGB Variations
Color information
#E31DCE (or 0xE31DCE) is known color: Shocking Pink. HEX triplet: E3, 1D and CE. RGB value is (227,29,206). Sum of RGB (Red+Green+Blue) = 227+29+206=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31DCE is #1CE231. Grayscale: #6B6B6B. Windows color (decimal): -1892914 or 13508067. OLE color: 13508067.
HSL color Cylindrical-coordinate representation of color #E31DCE: hue angle of 306.36º 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 #E31DCE is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 29 | 206 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.11 |
| HSL | 306.36º | 0.78% | 0.5% | - |
| HSV(B) | 306.36º | 0.87% | 0.89% | - |
| XYZ | 43.26 | 21.67 | 60.29 | - |
| YUV | 108.38 | 183.1 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 206 | 0 | 0.87 | 0.09 | 0.11 | 306.36 | 0.78 | 0.5 |
| Hex | E3 | 1D | CE | 0 | 57 | 9 | B | 132 | 4E | 32 |
| Octal | 343 | 35 | 316 | 0 | 127 | 11 | 13 | 462 | 116 | 62 |
| Binary | 11100011 | 11101 | 11001110 | 0 | 1010111 | 1001 | 1011 | 100110010 | 1001110 | 110010 |
Color Harmonies of #E31DCE
Complementary color
Monochromatic Colors of #E31DCE
Black with #E31DCE
Text Example
Text Example
White with #E31DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DCE; }
p { color: rgb(227,29,206); }
H1.HeaderClassName
{
color: #E31DCE;
}
.AnyTagClassName
{
color: #E31DCE;
}
</style>
background-color css
<style>
a { background-color: #E31DCE; }
a { background-color: rgb(227,29,206); }
div.DivClassName
{
background-color: #E31DCE;
}
.BgClassName
{
background-color: #E31DCE;
}
</style>
border-color css
<style>
span { border-color: #E31DCE; }
span { border-color: rgb(227,29,206); }
td.TdClassName
{
border-color: #E31DCE;
}
.TagClassName
{
border-color: #E31DCE;
}
</style>