Shades of Shocking #E59ACB
Tints of Shocking #E59ACB
RGB
CMYK
RGB Variations
Color information
#E59ACB (or 0xE59ACB) is known color: Shocking. HEX triplet: E5, 9A and CB. RGB value is (229,154,203). Sum of RGB (Red+Green+Blue) = 229+154+203=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ACB is #1A6534. Grayscale: #B5B5B5. Windows color (decimal): -1729845 or 13343461. OLE color: 13343461.
HSL color Cylindrical-coordinate representation of color #E59ACB: hue angle of 320.8º 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 #E59ACB is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 203 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.10 |
| HSL | 320.8º | 0.59% | 0.75% | - |
| HSV(B) | 320.8º | 0.33% | 0.9% | - |
| XYZ | 54.65 | 44.08 | 62.13 | - |
| YUV | 182.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 203 | 0 | 0.33 | 0.11 | 0.10 | 320.8 | 0.59 | 0.75 |
| Hex | E5 | 9A | CB | 0 | 21 | B | A | 141 | 3B | 4B |
| Octal | 345 | 232 | 313 | 0 | 41 | 13 | 12 | 501 | 73 | 113 |
| Binary | 11100101 | 10011010 | 11001011 | 0 | 100001 | 1011 | 1010 | 101000001 | 111011 | 1001011 |
Color Harmonies of #E59ACB
Complementary color
Monochromatic Colors of #E59ACB
Black with #E59ACB
Text Example
Text Example
White with #E59ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59ACB; }
p { color: rgb(229,154,203); }
H1.HeaderClassName
{
color: #E59ACB;
}
.AnyTagClassName
{
color: #E59ACB;
}
</style>
background-color css
<style>
a { background-color: #E59ACB; }
a { background-color: rgb(229,154,203); }
div.DivClassName
{
background-color: #E59ACB;
}
.BgClassName
{
background-color: #E59ACB;
}
</style>
border-color css
<style>
span { border-color: #E59ACB; }
span { border-color: rgb(229,154,203); }
td.TdClassName
{
border-color: #E59ACB;
}
.TagClassName
{
border-color: #E59ACB;
}
</style>