Shades of Shocking #E18DBD
Tints of Shocking #E18DBD
RGB
CMYK
RGB Variations
Color information
#E18DBD (or 0xE18DBD) is known color: Shocking. HEX triplet: E1, 8D and BD. RGB value is (225,141,189). Sum of RGB (Red+Green+Blue) = 225+141+189=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DBD is #1E7242. Grayscale: #ABABAB. Windows color (decimal): -1995331 or 12422625. OLE color: 12422625.
HSL color Cylindrical-coordinate representation of color #E18DBD: hue angle of 325.71º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18DBD is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 189 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.12 |
| HSL | 325.71º | 0.58% | 0.72% | - |
| HSV(B) | 325.71º | 0.37% | 0.88% | - |
| XYZ | 49.76 | 38.73 | 53 | - |
| YUV | 171.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 189 | 0 | 0.37 | 0.16 | 0.12 | 325.71 | 0.58 | 0.72 |
| Hex | E1 | 8D | BD | 0 | 25 | 10 | C | 146 | 3A | 48 |
| Octal | 341 | 215 | 275 | 0 | 45 | 20 | 14 | 506 | 72 | 110 |
| Binary | 11100001 | 10001101 | 10111101 | 0 | 100101 | 10000 | 1100 | 101000110 | 111010 | 1001000 |
Color Harmonies of #E18DBD
Complementary color
Monochromatic Colors of #E18DBD
Black with #E18DBD
Text Example
Text Example
White with #E18DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18DBD; }
p { color: rgb(225,141,189); }
H1.HeaderClassName
{
color: #E18DBD;
}
.AnyTagClassName
{
color: #E18DBD;
}
</style>
background-color css
<style>
a { background-color: #E18DBD; }
a { background-color: rgb(225,141,189); }
div.DivClassName
{
background-color: #E18DBD;
}
.BgClassName
{
background-color: #E18DBD;
}
</style>
border-color css
<style>
span { border-color: #E18DBD; }
span { border-color: rgb(225,141,189); }
td.TdClassName
{
border-color: #E18DBD;
}
.TagClassName
{
border-color: #E18DBD;
}
</style>