Shades of Shocking #E598C2
Tints of Shocking #E598C2
RGB
CMYK
RGB Variations
Color information
#E598C2 (or 0xE598C2) is known color: Shocking. HEX triplet: E5, 98 and C2. RGB value is (229,152,194). Sum of RGB (Red+Green+Blue) = 229+152+194=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E598C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598C2 is #1A673D. Grayscale: #B3B3B3. Windows color (decimal): -1730366 or 12753125. OLE color: 12753125.
HSL color Cylindrical-coordinate representation of color #E598C2: hue angle of 327.27º 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 #E598C2 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 194 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.10 |
| HSL | 327.27º | 0.6% | 0.75% | - |
| HSV(B) | 327.27º | 0.34% | 0.9% | - |
| XYZ | 53.28 | 43.01 | 56.53 | - |
| YUV | 179.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 194 | 0 | 0.34 | 0.15 | 0.10 | 327.27 | 0.6 | 0.75 |
| Hex | E5 | 98 | C2 | 0 | 22 | F | A | 147 | 3C | 4B |
| Octal | 345 | 230 | 302 | 0 | 42 | 17 | 12 | 507 | 74 | 113 |
| Binary | 11100101 | 10011000 | 11000010 | 0 | 100010 | 1111 | 1010 | 101000111 | 111100 | 1001011 |
Color Harmonies of #E598C2
Complementary color
Monochromatic Colors of #E598C2
Black with #E598C2
Text Example
Text Example
White with #E598C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598C2; }
p { color: rgb(229,152,194); }
H1.HeaderClassName
{
color: #E598C2;
}
.AnyTagClassName
{
color: #E598C2;
}
</style>
background-color css
<style>
a { background-color: #E598C2; }
a { background-color: rgb(229,152,194); }
div.DivClassName
{
background-color: #E598C2;
}
.BgClassName
{
background-color: #E598C2;
}
</style>
border-color css
<style>
span { border-color: #E598C2; }
span { border-color: rgb(229,152,194); }
td.TdClassName
{
border-color: #E598C2;
}
.TagClassName
{
border-color: #E598C2;
}
</style>