Shades of Shocking Pink #E51BCE
Tints of Shocking Pink #E51BCE
RGB
CMYK
RGB Variations
Color information
#E51BCE (or 0xE51BCE) is known color: Shocking Pink. HEX triplet: E5, 1B and CE. RGB value is (229,27,206). Sum of RGB (Red+Green+Blue) = 229+27+206=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51BCE is #1AE431. Grayscale: #6B6B6B. Windows color (decimal): -1762354 or 13507557. OLE color: 13507557.
HSL color Cylindrical-coordinate representation of color #E51BCE: hue angle of 306.83º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51BCE is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 206 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.10 |
| HSL | 306.83º | 0.8% | 0.5% | - |
| HSV(B) | 306.83º | 0.88% | 0.9% | - |
| XYZ | 43.85 | 21.9 | 60.31 | - |
| YUV | 107.8 | 183.42 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 206 | 0 | 0.88 | 0.10 | 0.10 | 306.83 | 0.8 | 0.5 |
| Hex | E5 | 1B | CE | 0 | 58 | A | A | 133 | 50 | 32 |
| Octal | 345 | 33 | 316 | 0 | 130 | 12 | 12 | 463 | 120 | 62 |
| Binary | 11100101 | 11011 | 11001110 | 0 | 1011000 | 1010 | 1010 | 100110011 | 1010000 | 110010 |
Color Harmonies of #E51BCE
Complementary color
Monochromatic Colors of #E51BCE
Black with #E51BCE
Text Example
Text Example
White with #E51BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BCE; }
p { color: rgb(229,27,206); }
H1.HeaderClassName
{
color: #E51BCE;
}
.AnyTagClassName
{
color: #E51BCE;
}
</style>
background-color css
<style>
a { background-color: #E51BCE; }
a { background-color: rgb(229,27,206); }
div.DivClassName
{
background-color: #E51BCE;
}
.BgClassName
{
background-color: #E51BCE;
}
</style>
border-color css
<style>
span { border-color: #E51BCE; }
span { border-color: rgb(229,27,206); }
td.TdClassName
{
border-color: #E51BCE;
}
.TagClassName
{
border-color: #E51BCE;
}
</style>