Shades of Shocking Pink #E51BC9
Tints of Shocking Pink #E51BC9
RGB
CMYK
RGB Variations
Color information
#E51BC9 (or 0xE51BC9) is known color: Shocking Pink. HEX triplet: E5, 1B and C9. RGB value is (229,27,201). Sum of RGB (Red+Green+Blue) = 229+27+201=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51BC9 is #1AE436. Grayscale: #6A6A6A. Windows color (decimal): -1762359 or 13179877. OLE color: 13179877.
HSL color Cylindrical-coordinate representation of color #E51BC9: hue angle of 308.32º 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 #E51BC9 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 201 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.10 |
| HSL | 308.32º | 0.8% | 0.5% | - |
| HSV(B) | 308.32º | 0.88% | 0.9% | - |
| XYZ | 43.25 | 21.66 | 57.16 | - |
| YUV | 107.23 | 180.92 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 201 | 0 | 0.88 | 0.12 | 0.10 | 308.32 | 0.8 | 0.5 |
| Hex | E5 | 1B | C9 | 0 | 58 | C | A | 134 | 50 | 32 |
| Octal | 345 | 33 | 311 | 0 | 130 | 14 | 12 | 464 | 120 | 62 |
| Binary | 11100101 | 11011 | 11001001 | 0 | 1011000 | 1100 | 1010 | 100110100 | 1010000 | 110010 |
Color Harmonies of #E51BC9
Complementary color
Monochromatic Colors of #E51BC9
Black with #E51BC9
Text Example
Text Example
White with #E51BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BC9; }
p { color: rgb(229,27,201); }
H1.HeaderClassName
{
color: #E51BC9;
}
.AnyTagClassName
{
color: #E51BC9;
}
</style>
background-color css
<style>
a { background-color: #E51BC9; }
a { background-color: rgb(229,27,201); }
div.DivClassName
{
background-color: #E51BC9;
}
.BgClassName
{
background-color: #E51BC9;
}
</style>
border-color css
<style>
span { border-color: #E51BC9; }
span { border-color: rgb(229,27,201); }
td.TdClassName
{
border-color: #E51BC9;
}
.TagClassName
{
border-color: #E51BC9;
}
</style>