Shades of Shocking #E49FBA
Tints of Shocking #E49FBA
RGB
CMYK
RGB Variations
Color information
#E49FBA (or 0xE49FBA) is known color: Shocking. HEX triplet: E4, 9F and BA. RGB value is (228,159,186). Sum of RGB (Red+Green+Blue) = 228+159+186=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FBA is #1B6045. Grayscale: #B6B6B6. Windows color (decimal): -1794118 or 12230628. OLE color: 12230628.
HSL color Cylindrical-coordinate representation of color #E49FBA: hue angle of 336.52º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FBA is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 186 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.11 |
| HSL | 336.52º | 0.56% | 0.76% | - |
| HSV(B) | 336.52º | 0.3% | 0.89% | - |
| XYZ | 53.26 | 44.84 | 52.3 | - |
| YUV | 182.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 186 | 0 | 0.30 | 0.18 | 0.11 | 336.52 | 0.56 | 0.76 |
| Hex | E4 | 9F | BA | 0 | 1E | 12 | B | 151 | 38 | 4C |
| Octal | 344 | 237 | 272 | 0 | 36 | 22 | 13 | 521 | 70 | 114 |
| Binary | 11100100 | 10011111 | 10111010 | 0 | 11110 | 10010 | 1011 | 101010001 | 111000 | 1001100 |
Color Harmonies of #E49FBA
Complementary color
Monochromatic Colors of #E49FBA
Black with #E49FBA
Text Example
Text Example
White with #E49FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FBA; }
p { color: rgb(228,159,186); }
H1.HeaderClassName
{
color: #E49FBA;
}
.AnyTagClassName
{
color: #E49FBA;
}
</style>
background-color css
<style>
a { background-color: #E49FBA; }
a { background-color: rgb(228,159,186); }
div.DivClassName
{
background-color: #E49FBA;
}
.BgClassName
{
background-color: #E49FBA;
}
</style>
border-color css
<style>
span { border-color: #E49FBA; }
span { border-color: rgb(228,159,186); }
td.TdClassName
{
border-color: #E49FBA;
}
.TagClassName
{
border-color: #E49FBA;
}
</style>