Shades of Shocking Pink #E511B4
Tints of Shocking Pink #E511B4
RGB
CMYK
RGB Variations
Color information
#E511B4 (or 0xE511B4) is known color: Shocking Pink. HEX triplet: E5, 11 and B4. RGB value is (229,17,180). Sum of RGB (Red+Green+Blue) = 229+17+180=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E511B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511B4 is #1AEE4B. Grayscale: #626262. Windows color (decimal): -1764940 or 11801061. OLE color: 11801061.
HSL color Cylindrical-coordinate representation of color #E511B4: hue angle of 313.87º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511B4 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 180 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.10 |
| HSL | 313.87º | 0.86% | 0.48% | - |
| HSV(B) | 313.87º | 0.93% | 0.9% | - |
| XYZ | 40.75 | 20.35 | 44.96 | - |
| YUV | 98.97 | 173.74 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 180 | 0 | 0.93 | 0.21 | 0.10 | 313.87 | 0.86 | 0.48 |
| Hex | E5 | 11 | B4 | 0 | 5D | 15 | A | 13A | 56 | 30 |
| Octal | 345 | 21 | 264 | 0 | 135 | 25 | 12 | 472 | 126 | 60 |
| Binary | 11100101 | 10001 | 10110100 | 0 | 1011101 | 10101 | 1010 | 100111010 | 1010110 | 110000 |
Color Harmonies of #E511B4
Complementary color
Monochromatic Colors of #E511B4
Black with #E511B4
Text Example
Text Example
White with #E511B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511B4; }
p { color: rgb(229,17,180); }
H1.HeaderClassName
{
color: #E511B4;
}
.AnyTagClassName
{
color: #E511B4;
}
</style>
background-color css
<style>
a { background-color: #E511B4; }
a { background-color: rgb(229,17,180); }
div.DivClassName
{
background-color: #E511B4;
}
.BgClassName
{
background-color: #E511B4;
}
</style>
border-color css
<style>
span { border-color: #E511B4; }
span { border-color: rgb(229,17,180); }
td.TdClassName
{
border-color: #E511B4;
}
.TagClassName
{
border-color: #E511B4;
}
</style>