Shades of Shocking Pink #E00DBD
Tints of Shocking Pink #E00DBD
RGB
CMYK
RGB Variations
Color information
#E00DBD (or 0xE00DBD) is known color: Shocking Pink. HEX triplet: E0, 0D and BD. RGB value is (224,13,189). Sum of RGB (Red+Green+Blue) = 224+13+189=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DBD is #1FF242. Grayscale: #5F5F5F. Windows color (decimal): -2093635 or 12389856. OLE color: 12389856.
HSL color Cylindrical-coordinate representation of color #E00DBD: hue angle of 309.95º 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 #E00DBD is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.12 |
| HSL | 309.95º | 0.89% | 0.46% | - |
| HSV(B) | 309.95º | 0.94% | 0.88% | - |
| XYZ | 40.07 | 19.81 | 49.86 | - |
| YUV | 96.15 | 180.4 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 189 | 0 | 0.94 | 0.16 | 0.12 | 309.95 | 0.89 | 0.46 |
| Hex | E0 | D | BD | 0 | 5E | 10 | C | 136 | 59 | 2E |
| Octal | 340 | 15 | 275 | 0 | 136 | 20 | 14 | 466 | 131 | 56 |
| Binary | 11100000 | 1101 | 10111101 | 0 | 1011110 | 10000 | 1100 | 100110110 | 1011001 | 101110 |
Color Harmonies of #E00DBD
Complementary color
Monochromatic Colors of #E00DBD
Black with #E00DBD
Text Example
Text Example
White with #E00DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DBD; }
p { color: rgb(224,13,189); }
H1.HeaderClassName
{
color: #E00DBD;
}
.AnyTagClassName
{
color: #E00DBD;
}
</style>
background-color css
<style>
a { background-color: #E00DBD; }
a { background-color: rgb(224,13,189); }
div.DivClassName
{
background-color: #E00DBD;
}
.BgClassName
{
background-color: #E00DBD;
}
</style>
border-color css
<style>
span { border-color: #E00DBD; }
span { border-color: rgb(224,13,189); }
td.TdClassName
{
border-color: #E00DBD;
}
.TagClassName
{
border-color: #E00DBD;
}
</style>