Shades of Shocking Pink #E31DD2
Tints of Shocking Pink #E31DD2
RGB
CMYK
RGB Variations
Color information
#E31DD2 (or 0xE31DD2) is known color: Shocking Pink. HEX triplet: E3, 1D and D2. RGB value is (227,29,210). Sum of RGB (Red+Green+Blue) = 227+29+210=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31DD2 is #1CE22D. Grayscale: #6C6C6C. Windows color (decimal): -1892910 or 13770211. OLE color: 13770211.
HSL color Cylindrical-coordinate representation of color #E31DD2: hue angle of 305.15º 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 #E31DD2 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 29 | 210 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.11 |
| HSL | 305.15º | 0.78% | 0.5% | - |
| HSV(B) | 305.15º | 0.87% | 0.89% | - |
| XYZ | 43.75 | 21.86 | 62.89 | - |
| YUV | 108.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 210 | 0 | 0.87 | 0.07 | 0.11 | 305.15 | 0.78 | 0.5 |
| Hex | E3 | 1D | D2 | 0 | 57 | 7 | B | 131 | 4E | 32 |
| Octal | 343 | 35 | 322 | 0 | 127 | 7 | 13 | 461 | 116 | 62 |
| Binary | 11100011 | 11101 | 11010010 | 0 | 1010111 | 111 | 1011 | 100110001 | 1001110 | 110010 |
Color Harmonies of #E31DD2
Complementary color
Monochromatic Colors of #E31DD2
Black with #E31DD2
Text Example
Text Example
White with #E31DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DD2; }
p { color: rgb(227,29,210); }
H1.HeaderClassName
{
color: #E31DD2;
}
.AnyTagClassName
{
color: #E31DD2;
}
</style>
background-color css
<style>
a { background-color: #E31DD2; }
a { background-color: rgb(227,29,210); }
div.DivClassName
{
background-color: #E31DD2;
}
.BgClassName
{
background-color: #E31DD2;
}
</style>
border-color css
<style>
span { border-color: #E31DD2; }
span { border-color: rgb(227,29,210); }
td.TdClassName
{
border-color: #E31DD2;
}
.TagClassName
{
border-color: #E31DD2;
}
</style>