Shades of Shocking Pink #E00DB4
Tints of Shocking Pink #E00DB4
RGB
CMYK
RGB Variations
Color information
#E00DB4 (or 0xE00DB4) is known color: Shocking Pink. HEX triplet: E0, 0D and B4. RGB value is (224,13,180). Sum of RGB (Red+Green+Blue) = 224+13+180=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DB4 is #1FF24B. Grayscale: #5E5E5E. Windows color (decimal): -2093644 or 11800032. OLE color: 11800032.
HSL color Cylindrical-coordinate representation of color #E00DB4: hue angle of 312.51º 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 #E00DB4 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 180 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.12 |
| HSL | 312.51º | 0.89% | 0.46% | - |
| HSV(B) | 312.51º | 0.94% | 0.88% | - |
| XYZ | 39.12 | 19.43 | 44.87 | - |
| YUV | 95.13 | 175.9 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 180 | 0 | 0.94 | 0.20 | 0.12 | 312.51 | 0.89 | 0.46 |
| Hex | E0 | D | B4 | 0 | 5E | 14 | C | 139 | 59 | 2E |
| Octal | 340 | 15 | 264 | 0 | 136 | 24 | 14 | 471 | 131 | 56 |
| Binary | 11100000 | 1101 | 10110100 | 0 | 1011110 | 10100 | 1100 | 100111001 | 1011001 | 101110 |
Color Harmonies of #E00DB4
Complementary color
Monochromatic Colors of #E00DB4
Black with #E00DB4
Text Example
Text Example
White with #E00DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DB4; }
p { color: rgb(224,13,180); }
H1.HeaderClassName
{
color: #E00DB4;
}
.AnyTagClassName
{
color: #E00DB4;
}
</style>
background-color css
<style>
a { background-color: #E00DB4; }
a { background-color: rgb(224,13,180); }
div.DivClassName
{
background-color: #E00DB4;
}
.BgClassName
{
background-color: #E00DB4;
}
</style>
border-color css
<style>
span { border-color: #E00DB4; }
span { border-color: rgb(224,13,180); }
td.TdClassName
{
border-color: #E00DB4;
}
.TagClassName
{
border-color: #E00DB4;
}
</style>