Shades of Shocking #E59ACF
Tints of Shocking #E59ACF
RGB
CMYK
RGB Variations
Color information
#E59ACF (or 0xE59ACF) is known color: Shocking. HEX triplet: E5, 9A and CF. RGB value is (229,154,207). Sum of RGB (Red+Green+Blue) = 229+154+207=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ACF is #1A6530. Grayscale: #B6B6B6. Windows color (decimal): -1729841 or 13605605. OLE color: 13605605.
HSL color Cylindrical-coordinate representation of color #E59ACF: hue angle of 317.6º 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 #E59ACF is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 207 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.10 |
| HSL | 317.6º | 0.59% | 0.75% | - |
| HSV(B) | 317.6º | 0.33% | 0.9% | - |
| XYZ | 55.13 | 44.27 | 64.67 | - |
| YUV | 182.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 207 | 0 | 0.33 | 0.10 | 0.10 | 317.6 | 0.59 | 0.75 |
| Hex | E5 | 9A | CF | 0 | 21 | A | A | 13E | 3B | 4B |
| Octal | 345 | 232 | 317 | 0 | 41 | 12 | 12 | 476 | 73 | 113 |
| Binary | 11100101 | 10011010 | 11001111 | 0 | 100001 | 1010 | 1010 | 100111110 | 111011 | 1001011 |
Color Harmonies of #E59ACF
Complementary color
Monochromatic Colors of #E59ACF
Black with #E59ACF
Text Example
Text Example
White with #E59ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59ACF; }
p { color: rgb(229,154,207); }
H1.HeaderClassName
{
color: #E59ACF;
}
.AnyTagClassName
{
color: #E59ACF;
}
</style>
background-color css
<style>
a { background-color: #E59ACF; }
a { background-color: rgb(229,154,207); }
div.DivClassName
{
background-color: #E59ACF;
}
.BgClassName
{
background-color: #E59ACF;
}
</style>
border-color css
<style>
span { border-color: #E59ACF; }
span { border-color: rgb(229,154,207); }
td.TdClassName
{
border-color: #E59ACF;
}
.TagClassName
{
border-color: #E59ACF;
}
</style>