Shades of Shocking Pink #E31BCD
Tints of Shocking Pink #E31BCD
RGB
CMYK
RGB Variations
Color information
#E31BCD (or 0xE31BCD) is known color: Shocking Pink. HEX triplet: E3, 1B and CD. RGB value is (227,27,205). Sum of RGB (Red+Green+Blue) = 227+27+205=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E31BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31BCD is #1CE432. Grayscale: #6A6A6A. Windows color (decimal): -1893427 or 13442019. OLE color: 13442019.
HSL color Cylindrical-coordinate representation of color #E31BCD: hue angle of 306.6º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31BCD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 27 | 205 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.6º | 0.79% | 0.5% | - |
| HSV(B) | 306.6º | 0.88% | 0.89% | - |
| XYZ | 43.09 | 21.52 | 59.64 | - |
| YUV | 107.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 205 | 0 | 0.88 | 0.10 | 0.11 | 306.6 | 0.79 | 0.5 |
| Hex | E3 | 1B | CD | 0 | 58 | A | B | 133 | 4F | 32 |
| Octal | 343 | 33 | 315 | 0 | 130 | 12 | 13 | 463 | 117 | 62 |
| Binary | 11100011 | 11011 | 11001101 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001111 | 110010 |
Color Harmonies of #E31BCD
Complementary color
Monochromatic Colors of #E31BCD
Black with #E31BCD
Text Example
Text Example
White with #E31BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31BCD; }
p { color: rgb(227,27,205); }
H1.HeaderClassName
{
color: #E31BCD;
}
.AnyTagClassName
{
color: #E31BCD;
}
</style>
background-color css
<style>
a { background-color: #E31BCD; }
a { background-color: rgb(227,27,205); }
div.DivClassName
{
background-color: #E31BCD;
}
.BgClassName
{
background-color: #E31BCD;
}
</style>
border-color css
<style>
span { border-color: #E31BCD; }
span { border-color: rgb(227,27,205); }
td.TdClassName
{
border-color: #E31BCD;
}
.TagClassName
{
border-color: #E31BCD;
}
</style>