Shades of Shocking Pink #E00AB7
Tints of Shocking Pink #E00AB7
RGB
CMYK
RGB Variations
Color information
#E00AB7 (or 0xE00AB7) is known color: Shocking Pink. HEX triplet: E0, 0A and B7. RGB value is (224,10,183). Sum of RGB (Red+Green+Blue) = 224+10+183=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00AB7 is #1FF548. Grayscale: #5D5D5D. Windows color (decimal): -2094409 or 11995872. OLE color: 11995872.
HSL color Cylindrical-coordinate representation of color #E00AB7: hue angle of 311.5º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00AB7 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 183 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.12 |
| HSL | 311.5º | 0.91% | 0.46% | - |
| HSV(B) | 311.5º | 0.96% | 0.88% | - |
| XYZ | 39.4 | 19.48 | 46.48 | - |
| YUV | 93.71 | 178.4 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 183 | 0 | 0.96 | 0.18 | 0.12 | 311.5 | 0.91 | 0.46 |
| Hex | E0 | A | B7 | 0 | 60 | 12 | C | 137 | 5B | 2E |
| Octal | 340 | 12 | 267 | 0 | 140 | 22 | 14 | 467 | 133 | 56 |
| Binary | 11100000 | 1010 | 10110111 | 0 | 1100000 | 10010 | 1100 | 100110111 | 1011011 | 101110 |
Color Harmonies of #E00AB7
Complementary color
Monochromatic Colors of #E00AB7
Black with #E00AB7
Text Example
Text Example
White with #E00AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00AB7; }
p { color: rgb(224,10,183); }
H1.HeaderClassName
{
color: #E00AB7;
}
.AnyTagClassName
{
color: #E00AB7;
}
</style>
background-color css
<style>
a { background-color: #E00AB7; }
a { background-color: rgb(224,10,183); }
div.DivClassName
{
background-color: #E00AB7;
}
.BgClassName
{
background-color: #E00AB7;
}
</style>
border-color css
<style>
span { border-color: #E00AB7; }
span { border-color: rgb(224,10,183); }
td.TdClassName
{
border-color: #E00AB7;
}
.TagClassName
{
border-color: #E00AB7;
}
</style>