Shades of Shocking #E59AB5
Tints of Shocking #E59AB5
RGB
CMYK
RGB Variations
Color information
#E59AB5 (or 0xE59AB5) is known color: Shocking. HEX triplet: E5, 9A and B5. RGB value is (229,154,181). Sum of RGB (Red+Green+Blue) = 229+154+181=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59AB5 is #1A654A. Grayscale: #B3B3B3. Windows color (decimal): -1729867 or 11901669. OLE color: 11901669.
HSL color Cylindrical-coordinate representation of color #E59AB5: hue angle of 338.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 #E59AB5 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 181 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.10 |
| HSL | 338.4º | 0.59% | 0.75% | - |
| HSV(B) | 338.4º | 0.33% | 0.9% | - |
| XYZ | 52.21 | 43.11 | 49.28 | - |
| YUV | 179.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 181 | 0 | 0.33 | 0.21 | 0.10 | 338.4 | 0.59 | 0.75 |
| Hex | E5 | 9A | B5 | 0 | 21 | 15 | A | 152 | 3B | 4B |
| Octal | 345 | 232 | 265 | 0 | 41 | 25 | 12 | 522 | 73 | 113 |
| Binary | 11100101 | 10011010 | 10110101 | 0 | 100001 | 10101 | 1010 | 101010010 | 111011 | 1001011 |
Color Harmonies of #E59AB5
Complementary color
Monochromatic Colors of #E59AB5
Black with #E59AB5
Text Example
Text Example
White with #E59AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59AB5; }
p { color: rgb(229,154,181); }
H1.HeaderClassName
{
color: #E59AB5;
}
.AnyTagClassName
{
color: #E59AB5;
}
</style>
background-color css
<style>
a { background-color: #E59AB5; }
a { background-color: rgb(229,154,181); }
div.DivClassName
{
background-color: #E59AB5;
}
.BgClassName
{
background-color: #E59AB5;
}
</style>
border-color css
<style>
span { border-color: #E59AB5; }
span { border-color: rgb(229,154,181); }
td.TdClassName
{
border-color: #E59AB5;
}
.TagClassName
{
border-color: #E59AB5;
}
</style>