Shades of Shocking #E59CCC
Tints of Shocking #E59CCC
RGB
CMYK
RGB Variations
Color information
#E59CCC (or 0xE59CCC) is known color: Shocking. HEX triplet: E5, 9C and CC. RGB value is (229,156,204). Sum of RGB (Red+Green+Blue) = 229+156+204=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59CCC is #1A6333. Grayscale: #B7B7B7. Windows color (decimal): -1729332 or 13409509. OLE color: 13409509.
HSL color Cylindrical-coordinate representation of color #E59CCC: hue angle of 320.55º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59CCC is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 204 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.10 |
| HSL | 320.55º | 0.58% | 0.75% | - |
| HSV(B) | 320.55º | 0.32% | 0.9% | - |
| XYZ | 55.1 | 44.79 | 62.87 | - |
| YUV | 183.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 204 | 0 | 0.32 | 0.11 | 0.10 | 320.55 | 0.58 | 0.75 |
| Hex | E5 | 9C | CC | 0 | 20 | B | A | 141 | 3A | 4B |
| Octal | 345 | 234 | 314 | 0 | 40 | 13 | 12 | 501 | 72 | 113 |
| Binary | 11100101 | 10011100 | 11001100 | 0 | 100000 | 1011 | 1010 | 101000001 | 111010 | 1001011 |
Color Harmonies of #E59CCC
Complementary color
Monochromatic Colors of #E59CCC
Black with #E59CCC
Text Example
Text Example
White with #E59CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59CCC; }
p { color: rgb(229,156,204); }
H1.HeaderClassName
{
color: #E59CCC;
}
.AnyTagClassName
{
color: #E59CCC;
}
</style>
background-color css
<style>
a { background-color: #E59CCC; }
a { background-color: rgb(229,156,204); }
div.DivClassName
{
background-color: #E59CCC;
}
.BgClassName
{
background-color: #E59CCC;
}
</style>
border-color css
<style>
span { border-color: #E59CCC; }
span { border-color: rgb(229,156,204); }
td.TdClassName
{
border-color: #E59CCC;
}
.TagClassName
{
border-color: #E59CCC;
}
</style>