Shades of Shocking Pink #E502BB
Tints of Shocking Pink #E502BB
RGB
CMYK
RGB Variations
Color information
#E502BB (or 0xE502BB) is known color: Shocking Pink. HEX triplet: E5, 02 and BB. RGB value is (229,2,187). Sum of RGB (Red+Green+Blue) = 229+2+187=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E502BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502BB is #1AFD44. Grayscale: #5A5A5A. Windows color (decimal): -1768773 or 12255973. OLE color: 12255973.
HSL color Cylindrical-coordinate representation of color #E502BB: hue angle of 311.1º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E502BB is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.10 |
| HSL | 311.1º | 0.98% | 0.45% | - |
| HSV(B) | 311.1º | 0.99% | 0.9% | - |
| XYZ | 41.3 | 20.29 | 48.75 | - |
| YUV | 90.96 | 182.21 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 187 | 0 | 0.99 | 0.18 | 0.10 | 311.1 | 0.98 | 0.45 |
| Hex | E5 | 2 | BB | 0 | 63 | 12 | A | 137 | 62 | 2D |
| Octal | 345 | 2 | 273 | 0 | 143 | 22 | 12 | 467 | 142 | 55 |
| Binary | 11100101 | 10 | 10111011 | 0 | 1100011 | 10010 | 1010 | 100110111 | 1100010 | 101101 |
Color Harmonies of #E502BB
Complementary color
Monochromatic Colors of #E502BB
Black with #E502BB
Text Example
Text Example
White with #E502BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E502BB; }
p { color: rgb(229,2,187); }
H1.HeaderClassName
{
color: #E502BB;
}
.AnyTagClassName
{
color: #E502BB;
}
</style>
background-color css
<style>
a { background-color: #E502BB; }
a { background-color: rgb(229,2,187); }
div.DivClassName
{
background-color: #E502BB;
}
.BgClassName
{
background-color: #E502BB;
}
</style>
border-color css
<style>
span { border-color: #E502BB; }
span { border-color: rgb(229,2,187); }
td.TdClassName
{
border-color: #E502BB;
}
.TagClassName
{
border-color: #E502BB;
}
</style>