Shades of Shocking #E598CA
Tints of Shocking #E598CA
RGB
CMYK
RGB Variations
Color information
#E598CA (or 0xE598CA) is known color: Shocking. HEX triplet: E5, 98 and CA. RGB value is (229,152,202). Sum of RGB (Red+Green+Blue) = 229+152+202=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E598CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598CA is #1A6735. Grayscale: #B4B4B4. Windows color (decimal): -1730358 or 13277413. OLE color: 13277413.
HSL color Cylindrical-coordinate representation of color #E598CA: hue angle of 321.04º 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 #E598CA is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 202 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.10 |
| HSL | 321.04º | 0.6% | 0.75% | - |
| HSV(B) | 321.04º | 0.34% | 0.9% | - |
| XYZ | 54.2 | 43.38 | 61.39 | - |
| YUV | 180.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 202 | 0 | 0.34 | 0.12 | 0.10 | 321.04 | 0.6 | 0.75 |
| Hex | E5 | 98 | CA | 0 | 22 | C | A | 141 | 3C | 4B |
| Octal | 345 | 230 | 312 | 0 | 42 | 14 | 12 | 501 | 74 | 113 |
| Binary | 11100101 | 10011000 | 11001010 | 0 | 100010 | 1100 | 1010 | 101000001 | 111100 | 1001011 |
Color Harmonies of #E598CA
Complementary color
Monochromatic Colors of #E598CA
Black with #E598CA
Text Example
Text Example
White with #E598CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598CA; }
p { color: rgb(229,152,202); }
H1.HeaderClassName
{
color: #E598CA;
}
.AnyTagClassName
{
color: #E598CA;
}
</style>
background-color css
<style>
a { background-color: #E598CA; }
a { background-color: rgb(229,152,202); }
div.DivClassName
{
background-color: #E598CA;
}
.BgClassName
{
background-color: #E598CA;
}
</style>
border-color css
<style>
span { border-color: #E598CA; }
span { border-color: rgb(229,152,202); }
td.TdClassName
{
border-color: #E598CA;
}
.TagClassName
{
border-color: #E598CA;
}
</style>