Shades of Shocking #E594C0
Tints of Shocking #E594C0
RGB
CMYK
RGB Variations
Color information
#E594C0 (or 0xE594C0) is known color: Shocking. HEX triplet: E5, 94 and C0. RGB value is (229,148,192). Sum of RGB (Red+Green+Blue) = 229+148+192=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E594C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594C0 is #1A6B3F. Grayscale: #B1B1B1. Windows color (decimal): -1731392 or 12621029. OLE color: 12621029.
HSL color Cylindrical-coordinate representation of color #E594C0: hue angle of 327.41º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E594C0 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 192 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.10 |
| HSL | 327.41º | 0.61% | 0.74% | - |
| HSV(B) | 327.41º | 0.35% | 0.9% | - |
| XYZ | 52.42 | 41.64 | 55.14 | - |
| YUV | 177.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 192 | 0 | 0.35 | 0.16 | 0.10 | 327.41 | 0.61 | 0.74 |
| Hex | E5 | 94 | C0 | 0 | 23 | 10 | A | 147 | 3D | 4A |
| Octal | 345 | 224 | 300 | 0 | 43 | 20 | 12 | 507 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11000000 | 0 | 100011 | 10000 | 1010 | 101000111 | 111101 | 1001010 |
Color Harmonies of #E594C0
Complementary color
Monochromatic Colors of #E594C0
Black with #E594C0
Text Example
Text Example
White with #E594C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594C0; }
p { color: rgb(229,148,192); }
H1.HeaderClassName
{
color: #E594C0;
}
.AnyTagClassName
{
color: #E594C0;
}
</style>
background-color css
<style>
a { background-color: #E594C0; }
a { background-color: rgb(229,148,192); }
div.DivClassName
{
background-color: #E594C0;
}
.BgClassName
{
background-color: #E594C0;
}
</style>
border-color css
<style>
span { border-color: #E594C0; }
span { border-color: rgb(229,148,192); }
td.TdClassName
{
border-color: #E594C0;
}
.TagClassName
{
border-color: #E594C0;
}
</style>