Shades of Shocking #E594CD
Tints of Shocking #E594CD
RGB
CMYK
RGB Variations
Color information
#E594CD (or 0xE594CD) is known color: Shocking. HEX triplet: E5, 94 and CD. RGB value is (229,148,205). Sum of RGB (Red+Green+Blue) = 229+148+205=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E594CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594CD is #1A6B32. Grayscale: #B2B2B2. Windows color (decimal): -1731379 or 13472997. OLE color: 13472997.
HSL color Cylindrical-coordinate representation of color #E594CD: hue angle of 317.78º 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 #E594CD is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 205 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.10 |
| HSL | 317.78º | 0.61% | 0.74% | - |
| HSV(B) | 317.78º | 0.35% | 0.9% | - |
| XYZ | 53.92 | 42.25 | 63.07 | - |
| YUV | 178.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 205 | 0 | 0.35 | 0.10 | 0.10 | 317.78 | 0.61 | 0.74 |
| Hex | E5 | 94 | CD | 0 | 23 | A | A | 13E | 3D | 4A |
| Octal | 345 | 224 | 315 | 0 | 43 | 12 | 12 | 476 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11001101 | 0 | 100011 | 1010 | 1010 | 100111110 | 111101 | 1001010 |
Color Harmonies of #E594CD
Complementary color
Monochromatic Colors of #E594CD
Black with #E594CD
Text Example
Text Example
White with #E594CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594CD; }
p { color: rgb(229,148,205); }
H1.HeaderClassName
{
color: #E594CD;
}
.AnyTagClassName
{
color: #E594CD;
}
</style>
background-color css
<style>
a { background-color: #E594CD; }
a { background-color: rgb(229,148,205); }
div.DivClassName
{
background-color: #E594CD;
}
.BgClassName
{
background-color: #E594CD;
}
</style>
border-color css
<style>
span { border-color: #E594CD; }
span { border-color: rgb(229,148,205); }
td.TdClassName
{
border-color: #E594CD;
}
.TagClassName
{
border-color: #E594CD;
}
</style>