Shades of Shocking #E18DBB
Tints of Shocking #E18DBB
RGB
CMYK
RGB Variations
Color information
#E18DBB (or 0xE18DBB) is known color: Shocking. HEX triplet: E1, 8D and BB. RGB value is (225,141,187). Sum of RGB (Red+Green+Blue) = 225+141+187=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DBB is #1E7244. Grayscale: #ABABAB. Windows color (decimal): -1995333 or 12291553. OLE color: 12291553.
HSL color Cylindrical-coordinate representation of color #E18DBB: hue angle of 327.14º 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 #E18DBB is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 187 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.12 |
| HSL | 327.14º | 0.58% | 0.72% | - |
| HSV(B) | 327.14º | 0.37% | 0.88% | - |
| XYZ | 49.55 | 38.65 | 51.86 | - |
| YUV | 171.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 187 | 0 | 0.37 | 0.17 | 0.12 | 327.14 | 0.58 | 0.72 |
| Hex | E1 | 8D | BB | 0 | 25 | 11 | C | 147 | 3A | 48 |
| Octal | 341 | 215 | 273 | 0 | 45 | 21 | 14 | 507 | 72 | 110 |
| Binary | 11100001 | 10001101 | 10111011 | 0 | 100101 | 10001 | 1100 | 101000111 | 111010 | 1001000 |
Color Harmonies of #E18DBB
Complementary color
Monochromatic Colors of #E18DBB
Black with #E18DBB
Text Example
Text Example
White with #E18DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18DBB; }
p { color: rgb(225,141,187); }
H1.HeaderClassName
{
color: #E18DBB;
}
.AnyTagClassName
{
color: #E18DBB;
}
</style>
background-color css
<style>
a { background-color: #E18DBB; }
a { background-color: rgb(225,141,187); }
div.DivClassName
{
background-color: #E18DBB;
}
.BgClassName
{
background-color: #E18DBB;
}
</style>
border-color css
<style>
span { border-color: #E18DBB; }
span { border-color: rgb(225,141,187); }
td.TdClassName
{
border-color: #E18DBB;
}
.TagClassName
{
border-color: #E18DBB;
}
</style>