Shades of Shocking #E598BD
Tints of Shocking #E598BD
RGB
CMYK
RGB Variations
Color information
#E598BD (or 0xE598BD) is known color: Shocking. HEX triplet: E5, 98 and BD. RGB value is (229,152,189). Sum of RGB (Red+Green+Blue) = 229+152+189=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E598BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598BD is #1A6742. Grayscale: #B3B3B3. Windows color (decimal): -1730371 or 12425445. OLE color: 12425445.
HSL color Cylindrical-coordinate representation of color #E598BD: hue angle of 331.17º 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 #E598BD is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 189 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.10 |
| HSL | 331.17º | 0.6% | 0.75% | - |
| HSV(B) | 331.17º | 0.34% | 0.9% | - |
| XYZ | 52.73 | 42.79 | 53.62 | - |
| YUV | 179.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 189 | 0 | 0.34 | 0.17 | 0.10 | 331.17 | 0.6 | 0.75 |
| Hex | E5 | 98 | BD | 0 | 22 | 11 | A | 14B | 3C | 4B |
| Octal | 345 | 230 | 275 | 0 | 42 | 21 | 12 | 513 | 74 | 113 |
| Binary | 11100101 | 10011000 | 10111101 | 0 | 100010 | 10001 | 1010 | 101001011 | 111100 | 1001011 |
Color Harmonies of #E598BD
Complementary color
Monochromatic Colors of #E598BD
Black with #E598BD
Text Example
Text Example
White with #E598BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598BD; }
p { color: rgb(229,152,189); }
H1.HeaderClassName
{
color: #E598BD;
}
.AnyTagClassName
{
color: #E598BD;
}
</style>
background-color css
<style>
a { background-color: #E598BD; }
a { background-color: rgb(229,152,189); }
div.DivClassName
{
background-color: #E598BD;
}
.BgClassName
{
background-color: #E598BD;
}
</style>
border-color css
<style>
span { border-color: #E598BD; }
span { border-color: rgb(229,152,189); }
td.TdClassName
{
border-color: #E598BD;
}
.TagClassName
{
border-color: #E598BD;
}
</style>