Shades of Shocking #E598CD
Tints of Shocking #E598CD
RGB
CMYK
RGB Variations
Color information
#E598CD (or 0xE598CD) is known color: Shocking. HEX triplet: E5, 98 and CD. RGB value is (229,152,205). Sum of RGB (Red+Green+Blue) = 229+152+205=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E598CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598CD is #1A6732. Grayscale: #B4B4B4. Windows color (decimal): -1730355 or 13474021. OLE color: 13474021.
HSL color Cylindrical-coordinate representation of color #E598CD: hue angle of 318.7º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E598CD is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 205 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.10 |
| HSL | 318.7º | 0.6% | 0.75% | - |
| HSV(B) | 318.7º | 0.34% | 0.9% | - |
| XYZ | 54.56 | 43.52 | 63.28 | - |
| YUV | 181.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 205 | 0 | 0.34 | 0.10 | 0.10 | 318.7 | 0.6 | 0.75 |
| Hex | E5 | 98 | CD | 0 | 22 | A | A | 13F | 3C | 4B |
| Octal | 345 | 230 | 315 | 0 | 42 | 12 | 12 | 477 | 74 | 113 |
| Binary | 11100101 | 10011000 | 11001101 | 0 | 100010 | 1010 | 1010 | 100111111 | 111100 | 1001011 |
Color Harmonies of #E598CD
Complementary color
Monochromatic Colors of #E598CD
Black with #E598CD
Text Example
Text Example
White with #E598CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598CD; }
p { color: rgb(229,152,205); }
H1.HeaderClassName
{
color: #E598CD;
}
.AnyTagClassName
{
color: #E598CD;
}
</style>
background-color css
<style>
a { background-color: #E598CD; }
a { background-color: rgb(229,152,205); }
div.DivClassName
{
background-color: #E598CD;
}
.BgClassName
{
background-color: #E598CD;
}
</style>
border-color css
<style>
span { border-color: #E598CD; }
span { border-color: rgb(229,152,205); }
td.TdClassName
{
border-color: #E598CD;
}
.TagClassName
{
border-color: #E598CD;
}
</style>