Shades of Shocking Pink #E31CBD
Tints of Shocking Pink #E31CBD
RGB
CMYK
RGB Variations
Color information
#E31CBD (or 0xE31CBD) is known color: Shocking Pink. HEX triplet: E3, 1C and BD. RGB value is (227,28,189). Sum of RGB (Red+Green+Blue) = 227+28+189=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31CBD is #1CE342. Grayscale: #696969. Windows color (decimal): -1893187 or 12393699. OLE color: 12393699.
HSL color Cylindrical-coordinate representation of color #E31CBD: hue angle of 311.46º degrees, saturation: 0.78, 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 #E31CBD is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 189 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.11 |
| HSL | 311.46º | 0.78% | 0.5% | - |
| HSV(B) | 311.46º | 0.88% | 0.89% | - |
| XYZ | 41.28 | 20.84 | 49.99 | - |
| YUV | 105.86 | 174.93 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 189 | 0 | 0.88 | 0.17 | 0.11 | 311.46 | 0.78 | 0.5 |
| Hex | E3 | 1C | BD | 0 | 58 | 11 | B | 137 | 4E | 32 |
| Octal | 343 | 34 | 275 | 0 | 130 | 21 | 13 | 467 | 116 | 62 |
| Binary | 11100011 | 11100 | 10111101 | 0 | 1011000 | 10001 | 1011 | 100110111 | 1001110 | 110010 |
Color Harmonies of #E31CBD
Complementary color
Monochromatic Colors of #E31CBD
Black with #E31CBD
Text Example
Text Example
White with #E31CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CBD; }
p { color: rgb(227,28,189); }
H1.HeaderClassName
{
color: #E31CBD;
}
.AnyTagClassName
{
color: #E31CBD;
}
</style>
background-color css
<style>
a { background-color: #E31CBD; }
a { background-color: rgb(227,28,189); }
div.DivClassName
{
background-color: #E31CBD;
}
.BgClassName
{
background-color: #E31CBD;
}
</style>
border-color css
<style>
span { border-color: #E31CBD; }
span { border-color: rgb(227,28,189); }
td.TdClassName
{
border-color: #E31CBD;
}
.TagClassName
{
border-color: #E31CBD;
}
</style>