Shades of Shocking Pink #E31DBD
Tints of Shocking Pink #E31DBD
RGB
CMYK
RGB Variations
Color information
#E31DBD (or 0xE31DBD) is known color: Shocking Pink. HEX triplet: E3, 1D and BD. RGB value is (227,29,189). Sum of RGB (Red+Green+Blue) = 227+29+189=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31DBD is #1CE242. Grayscale: #6A6A6A. Windows color (decimal): -1892931 or 12393955. OLE color: 12393955.
HSL color Cylindrical-coordinate representation of color #E31DBD: hue angle of 311.52º 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 #E31DBD is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 29 | 189 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.11 |
| HSL | 311.52º | 0.78% | 0.5% | - |
| HSV(B) | 311.52º | 0.87% | 0.89% | - |
| XYZ | 41.3 | 20.88 | 50 | - |
| YUV | 106.44 | 174.6 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 189 | 0 | 0.87 | 0.17 | 0.11 | 311.52 | 0.78 | 0.5 |
| Hex | E3 | 1D | BD | 0 | 57 | 11 | B | 138 | 4E | 32 |
| Octal | 343 | 35 | 275 | 0 | 127 | 21 | 13 | 470 | 116 | 62 |
| Binary | 11100011 | 11101 | 10111101 | 0 | 1010111 | 10001 | 1011 | 100111000 | 1001110 | 110010 |
Color Harmonies of #E31DBD
Complementary color
Monochromatic Colors of #E31DBD
Black with #E31DBD
Text Example
Text Example
White with #E31DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DBD; }
p { color: rgb(227,29,189); }
H1.HeaderClassName
{
color: #E31DBD;
}
.AnyTagClassName
{
color: #E31DBD;
}
</style>
background-color css
<style>
a { background-color: #E31DBD; }
a { background-color: rgb(227,29,189); }
div.DivClassName
{
background-color: #E31DBD;
}
.BgClassName
{
background-color: #E31DBD;
}
</style>
border-color css
<style>
span { border-color: #E31DBD; }
span { border-color: rgb(227,29,189); }
td.TdClassName
{
border-color: #E31DBD;
}
.TagClassName
{
border-color: #E31DBD;
}
</style>