Shades of Shocking Pink #E512B2
Tints of Shocking Pink #E512B2
RGB
CMYK
RGB Variations
Color information
#E512B2 (or 0xE512B2) is known color: Shocking Pink. HEX triplet: E5, 12 and B2. RGB value is (229,18,178). Sum of RGB (Red+Green+Blue) = 229+18+178=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E512B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E512B2 is #1AED4D. Grayscale: #626262. Windows color (decimal): -1764686 or 11670245. OLE color: 11670245.
HSL color Cylindrical-coordinate representation of color #E512B2: hue angle of 314.5º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E512B2 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 178 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.10 |
| HSL | 314.5º | 0.85% | 0.48% | - |
| HSV(B) | 314.5º | 0.92% | 0.9% | - |
| XYZ | 40.57 | 20.3 | 43.9 | - |
| YUV | 99.33 | 172.4 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 178 | 0 | 0.92 | 0.22 | 0.10 | 314.5 | 0.85 | 0.48 |
| Hex | E5 | 12 | B2 | 0 | 5C | 16 | A | 13B | 55 | 30 |
| Octal | 345 | 22 | 262 | 0 | 134 | 26 | 12 | 473 | 125 | 60 |
| Binary | 11100101 | 10010 | 10110010 | 0 | 1011100 | 10110 | 1010 | 100111011 | 1010101 | 110000 |
Color Harmonies of #E512B2
Complementary color
Monochromatic Colors of #E512B2
Black with #E512B2
Text Example
Text Example
White with #E512B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512B2; }
p { color: rgb(229,18,178); }
H1.HeaderClassName
{
color: #E512B2;
}
.AnyTagClassName
{
color: #E512B2;
}
</style>
background-color css
<style>
a { background-color: #E512B2; }
a { background-color: rgb(229,18,178); }
div.DivClassName
{
background-color: #E512B2;
}
.BgClassName
{
background-color: #E512B2;
}
</style>
border-color css
<style>
span { border-color: #E512B2; }
span { border-color: rgb(229,18,178); }
td.TdClassName
{
border-color: #E512B2;
}
.TagClassName
{
border-color: #E512B2;
}
</style>