Shades of Shocking #E598B5
Tints of Shocking #E598B5
RGB
CMYK
RGB Variations
Color information
#E598B5 (or 0xE598B5) is known color: Shocking. HEX triplet: E5, 98 and B5. RGB value is (229,152,181). Sum of RGB (Red+Green+Blue) = 229+152+181=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E598B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598B5 is #1A674A. Grayscale: #B2B2B2. Windows color (decimal): -1730379 or 11901157. OLE color: 11901157.
HSL color Cylindrical-coordinate representation of color #E598B5: hue angle of 337.4º 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 #E598B5 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 181 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.10 |
| HSL | 337.4º | 0.6% | 0.75% | - |
| HSV(B) | 337.4º | 0.34% | 0.9% | - |
| XYZ | 51.88 | 42.45 | 49.18 | - |
| YUV | 178.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 181 | 0 | 0.34 | 0.21 | 0.10 | 337.4 | 0.6 | 0.75 |
| Hex | E5 | 98 | B5 | 0 | 22 | 15 | A | 151 | 3C | 4B |
| Octal | 345 | 230 | 265 | 0 | 42 | 25 | 12 | 521 | 74 | 113 |
| Binary | 11100101 | 10011000 | 10110101 | 0 | 100010 | 10101 | 1010 | 101010001 | 111100 | 1001011 |
Color Harmonies of #E598B5
Complementary color
Monochromatic Colors of #E598B5
Black with #E598B5
Text Example
Text Example
White with #E598B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598B5; }
p { color: rgb(229,152,181); }
H1.HeaderClassName
{
color: #E598B5;
}
.AnyTagClassName
{
color: #E598B5;
}
</style>
background-color css
<style>
a { background-color: #E598B5; }
a { background-color: rgb(229,152,181); }
div.DivClassName
{
background-color: #E598B5;
}
.BgClassName
{
background-color: #E598B5;
}
</style>
border-color css
<style>
span { border-color: #E598B5; }
span { border-color: rgb(229,152,181); }
td.TdClassName
{
border-color: #E598B5;
}
.TagClassName
{
border-color: #E598B5;
}
</style>