Shades of Shocking #E594CA
Tints of Shocking #E594CA
RGB
CMYK
RGB Variations
Color information
#E594CA (or 0xE594CA) is known color: Shocking. HEX triplet: E5, 94 and CA. RGB value is (229,148,202). Sum of RGB (Red+Green+Blue) = 229+148+202=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E594CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594CA is #1A6B35. Grayscale: #B2B2B2. Windows color (decimal): -1731382 or 13276389. OLE color: 13276389.
HSL color Cylindrical-coordinate representation of color #E594CA: hue angle of 320º 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 #E594CA is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 202 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.10 |
| HSL | 320º | 0.61% | 0.74% | - |
| HSV(B) | 320º | 0.35% | 0.9% | - |
| XYZ | 53.56 | 42.1 | 61.18 | - |
| YUV | 178.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 202 | 0 | 0.35 | 0.12 | 0.10 | 320 | 0.61 | 0.74 |
| Hex | E5 | 94 | CA | 0 | 23 | C | A | 140 | 3D | 4A |
| Octal | 345 | 224 | 312 | 0 | 43 | 14 | 12 | 500 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11001010 | 0 | 100011 | 1100 | 1010 | 101000000 | 111101 | 1001010 |
Color Harmonies of #E594CA
Complementary color
Monochromatic Colors of #E594CA
Black with #E594CA
Text Example
Text Example
White with #E594CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594CA; }
p { color: rgb(229,148,202); }
H1.HeaderClassName
{
color: #E594CA;
}
.AnyTagClassName
{
color: #E594CA;
}
</style>
background-color css
<style>
a { background-color: #E594CA; }
a { background-color: rgb(229,148,202); }
div.DivClassName
{
background-color: #E594CA;
}
.BgClassName
{
background-color: #E594CA;
}
</style>
border-color css
<style>
span { border-color: #E594CA; }
span { border-color: rgb(229,148,202); }
td.TdClassName
{
border-color: #E594CA;
}
.TagClassName
{
border-color: #E594CA;
}
</style>