Shades of Shocking Pink #E505B6
Tints of Shocking Pink #E505B6
RGB
CMYK
RGB Variations
Color information
#E505B6 (or 0xE505B6) is known color: Shocking Pink. HEX triplet: E5, 05 and B6. RGB value is (229,5,182). Sum of RGB (Red+Green+Blue) = 229+5+182=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E505B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505B6 is #1AFA49. Grayscale: #5B5B5B. Windows color (decimal): -1768010 or 11929061. OLE color: 11929061.
HSL color Cylindrical-coordinate representation of color #E505B6: hue angle of 312.59º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505B6 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 182 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.10 |
| HSL | 312.59º | 0.96% | 0.46% | - |
| HSV(B) | 312.59º | 0.98% | 0.9% | - |
| XYZ | 40.81 | 20.14 | 45.99 | - |
| YUV | 92.15 | 178.71 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 182 | 0 | 0.98 | 0.21 | 0.10 | 312.59 | 0.96 | 0.46 |
| Hex | E5 | 5 | B6 | 0 | 62 | 15 | A | 139 | 60 | 2E |
| Octal | 345 | 5 | 266 | 0 | 142 | 25 | 12 | 471 | 140 | 56 |
| Binary | 11100101 | 101 | 10110110 | 0 | 1100010 | 10101 | 1010 | 100111001 | 1100000 | 101110 |
Color Harmonies of #E505B6
Complementary color
Monochromatic Colors of #E505B6
Black with #E505B6
Text Example
Text Example
White with #E505B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505B6; }
p { color: rgb(229,5,182); }
H1.HeaderClassName
{
color: #E505B6;
}
.AnyTagClassName
{
color: #E505B6;
}
</style>
background-color css
<style>
a { background-color: #E505B6; }
a { background-color: rgb(229,5,182); }
div.DivClassName
{
background-color: #E505B6;
}
.BgClassName
{
background-color: #E505B6;
}
</style>
border-color css
<style>
span { border-color: #E505B6; }
span { border-color: rgb(229,5,182); }
td.TdClassName
{
border-color: #E505B6;
}
.TagClassName
{
border-color: #E505B6;
}
</style>