Shades of Shocking #E48ABA
Tints of Shocking #E48ABA
RGB
CMYK
RGB Variations
Color information
#E48ABA (or 0xE48ABA) is known color: Shocking. HEX triplet: E4, 8A and BA. RGB value is (228,138,186). Sum of RGB (Red+Green+Blue) = 228+138+186=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ABA is #1B7545. Grayscale: #AAAAAA. Windows color (decimal): -1799494 or 12225252. OLE color: 12225252.
HSL color Cylindrical-coordinate representation of color #E48ABA: hue angle of 328º 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 #E48ABA is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 186 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.11 |
| HSL | 328º | 0.63% | 0.72% | - |
| HSV(B) | 328º | 0.39% | 0.89% | - |
| XYZ | 49.95 | 38.22 | 51.2 | - |
| YUV | 170.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 186 | 0 | 0.39 | 0.18 | 0.11 | 328 | 0.63 | 0.72 |
| Hex | E4 | 8A | BA | 0 | 27 | 12 | B | 148 | 3E | 48 |
| Octal | 344 | 212 | 272 | 0 | 47 | 22 | 13 | 510 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10111010 | 0 | 100111 | 10010 | 1011 | 101001000 | 111110 | 1001000 |
Color Harmonies of #E48ABA
Complementary color
Monochromatic Colors of #E48ABA
Black with #E48ABA
Text Example
Text Example
White with #E48ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48ABA; }
p { color: rgb(228,138,186); }
H1.HeaderClassName
{
color: #E48ABA;
}
.AnyTagClassName
{
color: #E48ABA;
}
</style>
background-color css
<style>
a { background-color: #E48ABA; }
a { background-color: rgb(228,138,186); }
div.DivClassName
{
background-color: #E48ABA;
}
.BgClassName
{
background-color: #E48ABA;
}
</style>
border-color css
<style>
span { border-color: #E48ABA; }
span { border-color: rgb(228,138,186); }
td.TdClassName
{
border-color: #E48ABA;
}
.TagClassName
{
border-color: #E48ABA;
}
</style>