Shades of Shocking Pink #E31ED2
Tints of Shocking Pink #E31ED2
RGB
CMYK
RGB Variations
Color information
#E31ED2 (or 0xE31ED2) is known color: Shocking Pink. HEX triplet: E3, 1E and D2. RGB value is (227,30,210). Sum of RGB (Red+Green+Blue) = 227+30+210=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E31ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31ED2 is #1CE12D. Grayscale: #6C6C6C. Windows color (decimal): -1892654 or 13770467. OLE color: 13770467.
HSL color Cylindrical-coordinate representation of color #E31ED2: hue angle of 305.18º 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 #E31ED2 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 30 | 210 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.11 |
| HSL | 305.18º | 0.78% | 0.5% | - |
| HSV(B) | 305.18º | 0.87% | 0.89% | - |
| XYZ | 43.78 | 21.91 | 62.9 | - |
| YUV | 109.42 | 184.77 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 30 | 210 | 0 | 0.87 | 0.07 | 0.11 | 305.18 | 0.78 | 0.5 |
| Hex | E3 | 1E | D2 | 0 | 57 | 7 | B | 131 | 4E | 32 |
| Octal | 343 | 36 | 322 | 0 | 127 | 7 | 13 | 461 | 116 | 62 |
| Binary | 11100011 | 11110 | 11010010 | 0 | 1010111 | 111 | 1011 | 100110001 | 1001110 | 110010 |
Color Harmonies of #E31ED2
Complementary color
Monochromatic Colors of #E31ED2
Black with #E31ED2
Text Example
Text Example
White with #E31ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31ED2; }
p { color: rgb(227,30,210); }
H1.HeaderClassName
{
color: #E31ED2;
}
.AnyTagClassName
{
color: #E31ED2;
}
</style>
background-color css
<style>
a { background-color: #E31ED2; }
a { background-color: rgb(227,30,210); }
div.DivClassName
{
background-color: #E31ED2;
}
.BgClassName
{
background-color: #E31ED2;
}
</style>
border-color css
<style>
span { border-color: #E31ED2; }
span { border-color: rgb(227,30,210); }
td.TdClassName
{
border-color: #E31ED2;
}
.TagClassName
{
border-color: #E31ED2;
}
</style>