Shades of Shocking #E18ABC
Tints of Shocking #E18ABC
RGB
CMYK
RGB Variations
Color information
#E18ABC (or 0xE18ABC) is known color: Shocking. HEX triplet: E1, 8A and BC. RGB value is (225,138,188). Sum of RGB (Red+Green+Blue) = 225+138+188=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ABC is #1E7543. Grayscale: #A9A9A9. Windows color (decimal): -1996100 or 12356321. OLE color: 12356321.
HSL color Cylindrical-coordinate representation of color #E18ABC: hue angle of 325.52º 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 #E18ABC is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 188 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.12 |
| HSL | 325.52º | 0.59% | 0.71% | - |
| HSV(B) | 325.52º | 0.39% | 0.88% | - |
| XYZ | 49.22 | 37.82 | 52.28 | - |
| YUV | 169.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 188 | 0 | 0.39 | 0.16 | 0.12 | 325.52 | 0.59 | 0.71 |
| Hex | E1 | 8A | BC | 0 | 27 | 10 | C | 146 | 3B | 47 |
| Octal | 341 | 212 | 274 | 0 | 47 | 20 | 14 | 506 | 73 | 107 |
| Binary | 11100001 | 10001010 | 10111100 | 0 | 100111 | 10000 | 1100 | 101000110 | 111011 | 1000111 |
Color Harmonies of #E18ABC
Complementary color
Monochromatic Colors of #E18ABC
Black with #E18ABC
Text Example
Text Example
White with #E18ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18ABC; }
p { color: rgb(225,138,188); }
H1.HeaderClassName
{
color: #E18ABC;
}
.AnyTagClassName
{
color: #E18ABC;
}
</style>
background-color css
<style>
a { background-color: #E18ABC; }
a { background-color: rgb(225,138,188); }
div.DivClassName
{
background-color: #E18ABC;
}
.BgClassName
{
background-color: #E18ABC;
}
</style>
border-color css
<style>
span { border-color: #E18ABC; }
span { border-color: rgb(225,138,188); }
td.TdClassName
{
border-color: #E18ABC;
}
.TagClassName
{
border-color: #E18ABC;
}
</style>