Shades of Shocking #E48ABB
Tints of Shocking #E48ABB
RGB
CMYK
RGB Variations
Color information
#E48ABB (or 0xE48ABB) is known color: Shocking. HEX triplet: E4, 8A and BB. RGB value is (228,138,187). Sum of RGB (Red+Green+Blue) = 228+138+187=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ABB is #1B7544. Grayscale: #AAAAAA. Windows color (decimal): -1799493 or 12290788. OLE color: 12290788.
HSL color Cylindrical-coordinate representation of color #E48ABB: hue angle of 327.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48ABB is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 187 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.11 |
| HSL | 327.33º | 0.63% | 0.72% | - |
| HSV(B) | 327.33º | 0.39% | 0.89% | - |
| XYZ | 50.05 | 38.26 | 51.76 | - |
| YUV | 170.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 187 | 0 | 0.39 | 0.18 | 0.11 | 327.33 | 0.63 | 0.72 |
| Hex | E4 | 8A | BB | 0 | 27 | 12 | B | 147 | 3E | 48 |
| Octal | 344 | 212 | 273 | 0 | 47 | 22 | 13 | 507 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10111011 | 0 | 100111 | 10010 | 1011 | 101000111 | 111110 | 1001000 |
Color Harmonies of #E48ABB
Complementary color
Monochromatic Colors of #E48ABB
Black with #E48ABB
Text Example
Text Example
White with #E48ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48ABB; }
p { color: rgb(228,138,187); }
H1.HeaderClassName
{
color: #E48ABB;
}
.AnyTagClassName
{
color: #E48ABB;
}
</style>
background-color css
<style>
a { background-color: #E48ABB; }
a { background-color: rgb(228,138,187); }
div.DivClassName
{
background-color: #E48ABB;
}
.BgClassName
{
background-color: #E48ABB;
}
</style>
border-color css
<style>
span { border-color: #E48ABB; }
span { border-color: rgb(228,138,187); }
td.TdClassName
{
border-color: #E48ABB;
}
.TagClassName
{
border-color: #E48ABB;
}
</style>