Shades of Shocking Pink #E00DB7
Tints of Shocking Pink #E00DB7
RGB
CMYK
RGB Variations
Color information
#E00DB7 (or 0xE00DB7) is known color: Shocking Pink. HEX triplet: E0, 0D and B7. RGB value is (224,13,183). Sum of RGB (Red+Green+Blue) = 224+13+183=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DB7 is #1FF248. Grayscale: #5F5F5F. Windows color (decimal): -2093641 or 11996640. OLE color: 11996640.
HSL color Cylindrical-coordinate representation of color #E00DB7: hue angle of 311.66º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00DB7 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 183 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.12 |
| HSL | 311.66º | 0.89% | 0.46% | - |
| HSV(B) | 311.66º | 0.94% | 0.88% | - |
| XYZ | 39.43 | 19.55 | 46.5 | - |
| YUV | 95.47 | 177.4 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 183 | 0 | 0.94 | 0.18 | 0.12 | 311.66 | 0.89 | 0.46 |
| Hex | E0 | D | B7 | 0 | 5E | 12 | C | 138 | 59 | 2E |
| Octal | 340 | 15 | 267 | 0 | 136 | 22 | 14 | 470 | 131 | 56 |
| Binary | 11100000 | 1101 | 10110111 | 0 | 1011110 | 10010 | 1100 | 100111000 | 1011001 | 101110 |
Color Harmonies of #E00DB7
Complementary color
Monochromatic Colors of #E00DB7
Black with #E00DB7
Text Example
Text Example
White with #E00DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DB7; }
p { color: rgb(224,13,183); }
H1.HeaderClassName
{
color: #E00DB7;
}
.AnyTagClassName
{
color: #E00DB7;
}
</style>
background-color css
<style>
a { background-color: #E00DB7; }
a { background-color: rgb(224,13,183); }
div.DivClassName
{
background-color: #E00DB7;
}
.BgClassName
{
background-color: #E00DB7;
}
</style>
border-color css
<style>
span { border-color: #E00DB7; }
span { border-color: rgb(224,13,183); }
td.TdClassName
{
border-color: #E00DB7;
}
.TagClassName
{
border-color: #E00DB7;
}
</style>