Shades of Shocking #E59ABF
Tints of Shocking #E59ABF
RGB
CMYK
RGB Variations
Color information
#E59ABF (or 0xE59ABF) is known color: Shocking. HEX triplet: E5, 9A and BF. RGB value is (229,154,191). Sum of RGB (Red+Green+Blue) = 229+154+191=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ABF is #1A6540. Grayscale: #B4B4B4. Windows color (decimal): -1729857 or 12557029. OLE color: 12557029.
HSL color Cylindrical-coordinate representation of color #E59ABF: hue angle of 330.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59ABF is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 191 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.10 |
| HSL | 330.4º | 0.59% | 0.75% | - |
| HSV(B) | 330.4º | 0.33% | 0.9% | - |
| XYZ | 53.27 | 43.53 | 54.88 | - |
| YUV | 180.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 191 | 0 | 0.33 | 0.17 | 0.10 | 330.4 | 0.59 | 0.75 |
| Hex | E5 | 9A | BF | 0 | 21 | 11 | A | 14A | 3B | 4B |
| Octal | 345 | 232 | 277 | 0 | 41 | 21 | 12 | 512 | 73 | 113 |
| Binary | 11100101 | 10011010 | 10111111 | 0 | 100001 | 10001 | 1010 | 101001010 | 111011 | 1001011 |
Color Harmonies of #E59ABF
Complementary color
Monochromatic Colors of #E59ABF
Black with #E59ABF
Text Example
Text Example
White with #E59ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59ABF; }
p { color: rgb(229,154,191); }
H1.HeaderClassName
{
color: #E59ABF;
}
.AnyTagClassName
{
color: #E59ABF;
}
</style>
background-color css
<style>
a { background-color: #E59ABF; }
a { background-color: rgb(229,154,191); }
div.DivClassName
{
background-color: #E59ABF;
}
.BgClassName
{
background-color: #E59ABF;
}
</style>
border-color css
<style>
span { border-color: #E59ABF; }
span { border-color: rgb(229,154,191); }
td.TdClassName
{
border-color: #E59ABF;
}
.TagClassName
{
border-color: #E59ABF;
}
</style>