Shades of Shocking Pink #E506B7
Tints of Shocking Pink #E506B7
RGB
CMYK
RGB Variations
Color information
#E506B7 (or 0xE506B7) is known color: Shocking Pink. HEX triplet: E5, 06 and B7. RGB value is (229,6,183). Sum of RGB (Red+Green+Blue) = 229+6+183=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E506B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E506B7 is #1AF948. Grayscale: #5C5C5C. Windows color (decimal): -1767753 or 11994853. OLE color: 11994853.
HSL color Cylindrical-coordinate representation of color #E506B7: hue angle of 312.38º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E506B7 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 183 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.10 |
| HSL | 312.38º | 0.95% | 0.46% | - |
| HSV(B) | 312.38º | 0.97% | 0.9% | - |
| XYZ | 40.93 | 20.21 | 46.54 | - |
| YUV | 92.86 | 178.88 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 183 | 0 | 0.97 | 0.20 | 0.10 | 312.38 | 0.95 | 0.46 |
| Hex | E5 | 6 | B7 | 0 | 61 | 14 | A | 138 | 5F | 2E |
| Octal | 345 | 6 | 267 | 0 | 141 | 24 | 12 | 470 | 137 | 56 |
| Binary | 11100101 | 110 | 10110111 | 0 | 1100001 | 10100 | 1010 | 100111000 | 1011111 | 101110 |
Color Harmonies of #E506B7
Complementary color
Monochromatic Colors of #E506B7
Black with #E506B7
Text Example
Text Example
White with #E506B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E506B7; }
p { color: rgb(229,6,183); }
H1.HeaderClassName
{
color: #E506B7;
}
.AnyTagClassName
{
color: #E506B7;
}
</style>
background-color css
<style>
a { background-color: #E506B7; }
a { background-color: rgb(229,6,183); }
div.DivClassName
{
background-color: #E506B7;
}
.BgClassName
{
background-color: #E506B7;
}
</style>
border-color css
<style>
span { border-color: #E506B7; }
span { border-color: rgb(229,6,183); }
td.TdClassName
{
border-color: #E506B7;
}
.TagClassName
{
border-color: #E506B7;
}
</style>