Shades of Shocking #E594C8
Tints of Shocking #E594C8
RGB
CMYK
RGB Variations
Color information
#E594C8 (or 0xE594C8) is known color: Shocking. HEX triplet: E5, 94 and C8. RGB value is (229,148,200). Sum of RGB (Red+Green+Blue) = 229+148+200=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E594C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594C8 is #1A6B37. Grayscale: #B2B2B2. Windows color (decimal): -1731384 or 13145317. OLE color: 13145317.
HSL color Cylindrical-coordinate representation of color #E594C8: hue angle of 321.48º 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 #E594C8 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 200 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.10 |
| HSL | 321.48º | 0.61% | 0.74% | - |
| HSV(B) | 321.48º | 0.35% | 0.9% | - |
| XYZ | 53.33 | 42.01 | 59.94 | - |
| YUV | 178.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 200 | 0 | 0.35 | 0.13 | 0.10 | 321.48 | 0.61 | 0.74 |
| Hex | E5 | 94 | C8 | 0 | 23 | D | A | 141 | 3D | 4A |
| Octal | 345 | 224 | 310 | 0 | 43 | 15 | 12 | 501 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11001000 | 0 | 100011 | 1101 | 1010 | 101000001 | 111101 | 1001010 |
Color Harmonies of #E594C8
Complementary color
Monochromatic Colors of #E594C8
Black with #E594C8
Text Example
Text Example
White with #E594C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594C8; }
p { color: rgb(229,148,200); }
H1.HeaderClassName
{
color: #E594C8;
}
.AnyTagClassName
{
color: #E594C8;
}
</style>
background-color css
<style>
a { background-color: #E594C8; }
a { background-color: rgb(229,148,200); }
div.DivClassName
{
background-color: #E594C8;
}
.BgClassName
{
background-color: #E594C8;
}
</style>
border-color css
<style>
span { border-color: #E594C8; }
span { border-color: rgb(229,148,200); }
td.TdClassName
{
border-color: #E594C8;
}
.TagClassName
{
border-color: #E594C8;
}
</style>