Shades of Shocking #E18ABB
Tints of Shocking #E18ABB
RGB
CMYK
RGB Variations
Color information
#E18ABB (or 0xE18ABB) is known color: Shocking. HEX triplet: E1, 8A and BB. RGB value is (225,138,187). Sum of RGB (Red+Green+Blue) = 225+138+187=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ABB is #1E7544. Grayscale: #A9A9A9. Windows color (decimal): -1996101 or 12290785. OLE color: 12290785.
HSL color Cylindrical-coordinate representation of color #E18ABB: hue angle of 326.21º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18ABB is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 187 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.12 |
| HSL | 326.21º | 0.59% | 0.71% | - |
| HSV(B) | 326.21º | 0.39% | 0.88% | - |
| XYZ | 49.11 | 37.77 | 51.72 | - |
| YUV | 169.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 187 | 0 | 0.39 | 0.17 | 0.12 | 326.21 | 0.59 | 0.71 |
| Hex | E1 | 8A | BB | 0 | 27 | 11 | C | 146 | 3B | 47 |
| Octal | 341 | 212 | 273 | 0 | 47 | 21 | 14 | 506 | 73 | 107 |
| Binary | 11100001 | 10001010 | 10111011 | 0 | 100111 | 10001 | 1100 | 101000110 | 111011 | 1000111 |
Color Harmonies of #E18ABB
Complementary color
Monochromatic Colors of #E18ABB
Black with #E18ABB
Text Example
Text Example
White with #E18ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18ABB; }
p { color: rgb(225,138,187); }
H1.HeaderClassName
{
color: #E18ABB;
}
.AnyTagClassName
{
color: #E18ABB;
}
</style>
background-color css
<style>
a { background-color: #E18ABB; }
a { background-color: rgb(225,138,187); }
div.DivClassName
{
background-color: #E18ABB;
}
.BgClassName
{
background-color: #E18ABB;
}
</style>
border-color css
<style>
span { border-color: #E18ABB; }
span { border-color: rgb(225,138,187); }
td.TdClassName
{
border-color: #E18ABB;
}
.TagClassName
{
border-color: #E18ABB;
}
</style>