Shades of Shocking Pink #E31BCC
Tints of Shocking Pink #E31BCC
RGB
CMYK
RGB Variations
Color information
#E31BCC (or 0xE31BCC) is known color: Shocking Pink. HEX triplet: E3, 1B and CC. RGB value is (227,27,204). Sum of RGB (Red+Green+Blue) = 227+27+204=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E31BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31BCC is #1CE433. Grayscale: #6A6A6A. Windows color (decimal): -1893428 or 13376483. OLE color: 13376483.
HSL color Cylindrical-coordinate representation of color #E31BCC: hue angle of 306.9º 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 #E31BCC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 27 | 204 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.9º | 0.79% | 0.5% | - |
| HSV(B) | 306.9º | 0.88% | 0.89% | - |
| XYZ | 42.97 | 21.47 | 59.01 | - |
| YUV | 106.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 204 | 0 | 0.88 | 0.10 | 0.11 | 306.9 | 0.79 | 0.5 |
| Hex | E3 | 1B | CC | 0 | 58 | A | B | 133 | 4F | 32 |
| Octal | 343 | 33 | 314 | 0 | 130 | 12 | 13 | 463 | 117 | 62 |
| Binary | 11100011 | 11011 | 11001100 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001111 | 110010 |
Color Harmonies of #E31BCC
Complementary color
Monochromatic Colors of #E31BCC
Black with #E31BCC
Text Example
Text Example
White with #E31BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31BCC; }
p { color: rgb(227,27,204); }
H1.HeaderClassName
{
color: #E31BCC;
}
.AnyTagClassName
{
color: #E31BCC;
}
</style>
background-color css
<style>
a { background-color: #E31BCC; }
a { background-color: rgb(227,27,204); }
div.DivClassName
{
background-color: #E31BCC;
}
.BgClassName
{
background-color: #E31BCC;
}
</style>
border-color css
<style>
span { border-color: #E31BCC; }
span { border-color: rgb(227,27,204); }
td.TdClassName
{
border-color: #E31BCC;
}
.TagClassName
{
border-color: #E31BCC;
}
</style>