Shades of Shocking #E599C2
Tints of Shocking #E599C2
RGB
CMYK
RGB Variations
Color information
#E599C2 (or 0xE599C2) is known color: Shocking. HEX triplet: E5, 99 and C2. RGB value is (229,153,194). Sum of RGB (Red+Green+Blue) = 229+153+194=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E599C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E599C2 is #1A663D. Grayscale: #B4B4B4. Windows color (decimal): -1730110 or 12753381. OLE color: 12753381.
HSL color Cylindrical-coordinate representation of color #E599C2: hue angle of 327.63º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E599C2 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 194 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.10 |
| HSL | 327.63º | 0.59% | 0.75% | - |
| HSV(B) | 327.63º | 0.33% | 0.9% | - |
| XYZ | 53.44 | 43.34 | 56.59 | - |
| YUV | 180.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 194 | 0 | 0.33 | 0.15 | 0.10 | 327.63 | 0.59 | 0.75 |
| Hex | E5 | 99 | C2 | 0 | 21 | F | A | 148 | 3B | 4B |
| Octal | 345 | 231 | 302 | 0 | 41 | 17 | 12 | 510 | 73 | 113 |
| Binary | 11100101 | 10011001 | 11000010 | 0 | 100001 | 1111 | 1010 | 101001000 | 111011 | 1001011 |
Color Harmonies of #E599C2
Complementary color
Monochromatic Colors of #E599C2
Black with #E599C2
Text Example
Text Example
White with #E599C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E599C2; }
p { color: rgb(229,153,194); }
H1.HeaderClassName
{
color: #E599C2;
}
.AnyTagClassName
{
color: #E599C2;
}
</style>
background-color css
<style>
a { background-color: #E599C2; }
a { background-color: rgb(229,153,194); }
div.DivClassName
{
background-color: #E599C2;
}
.BgClassName
{
background-color: #E599C2;
}
</style>
border-color css
<style>
span { border-color: #E599C2; }
span { border-color: rgb(229,153,194); }
td.TdClassName
{
border-color: #E599C2;
}
.TagClassName
{
border-color: #E599C2;
}
</style>