Shades of Shocking Pink #E605B7
Tints of Shocking Pink #E605B7
RGB
CMYK
RGB Variations
Color information
#E605B7 (or 0xE605B7) is known color: Shocking Pink. HEX triplet: E6, 05 and B7. RGB value is (230,5,183). Sum of RGB (Red+Green+Blue) = 230+5+183=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E605B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605B7 is #19FA48. Grayscale: #5C5C5C. Windows color (decimal): -1702473 or 11994598. OLE color: 11994598.
HSL color Cylindrical-coordinate representation of color #E605B7: hue angle of 312.53º 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 #E605B7 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 183 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.10 |
| HSL | 312.53º | 0.96% | 0.46% | - |
| HSV(B) | 312.53º | 0.98% | 0.9% | - |
| XYZ | 41.23 | 20.35 | 46.55 | - |
| YUV | 92.57 | 179.04 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 183 | 0 | 0.98 | 0.20 | 0.10 | 312.53 | 0.96 | 0.46 |
| Hex | E6 | 5 | B7 | 0 | 62 | 14 | A | 139 | 60 | 2E |
| Octal | 346 | 5 | 267 | 0 | 142 | 24 | 12 | 471 | 140 | 56 |
| Binary | 11100110 | 101 | 10110111 | 0 | 1100010 | 10100 | 1010 | 100111001 | 1100000 | 101110 |
Color Harmonies of #E605B7
Complementary color
Monochromatic Colors of #E605B7
Black with #E605B7
Text Example
Text Example
White with #E605B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605B7; }
p { color: rgb(230,5,183); }
H1.HeaderClassName
{
color: #E605B7;
}
.AnyTagClassName
{
color: #E605B7;
}
</style>
background-color css
<style>
a { background-color: #E605B7; }
a { background-color: rgb(230,5,183); }
div.DivClassName
{
background-color: #E605B7;
}
.BgClassName
{
background-color: #E605B7;
}
</style>
border-color css
<style>
span { border-color: #E605B7; }
span { border-color: rgb(230,5,183); }
td.TdClassName
{
border-color: #E605B7;
}
.TagClassName
{
border-color: #E605B7;
}
</style>