Shades of Shocking #E599CD
Tints of Shocking #E599CD
RGB
CMYK
RGB Variations
Color information
#E599CD (or 0xE599CD) is known color: Shocking. HEX triplet: E5, 99 and CD. RGB value is (229,153,205). Sum of RGB (Red+Green+Blue) = 229+153+205=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E599CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E599CD is #1A6632. Grayscale: #B5B5B5. Windows color (decimal): -1730099 or 13474277. OLE color: 13474277.
HSL color Cylindrical-coordinate representation of color #E599CD: hue angle of 318.95º 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 #E599CD is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 205 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.10 |
| HSL | 318.95º | 0.59% | 0.75% | - |
| HSV(B) | 318.95º | 0.33% | 0.9% | - |
| XYZ | 54.72 | 43.85 | 63.34 | - |
| YUV | 181.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 205 | 0 | 0.33 | 0.10 | 0.10 | 318.95 | 0.59 | 0.75 |
| Hex | E5 | 99 | CD | 0 | 21 | A | A | 13F | 3B | 4B |
| Octal | 345 | 231 | 315 | 0 | 41 | 12 | 12 | 477 | 73 | 113 |
| Binary | 11100101 | 10011001 | 11001101 | 0 | 100001 | 1010 | 1010 | 100111111 | 111011 | 1001011 |
Color Harmonies of #E599CD
Complementary color
Monochromatic Colors of #E599CD
Black with #E599CD
Text Example
Text Example
White with #E599CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E599CD; }
p { color: rgb(229,153,205); }
H1.HeaderClassName
{
color: #E599CD;
}
.AnyTagClassName
{
color: #E599CD;
}
</style>
background-color css
<style>
a { background-color: #E599CD; }
a { background-color: rgb(229,153,205); }
div.DivClassName
{
background-color: #E599CD;
}
.BgClassName
{
background-color: #E599CD;
}
</style>
border-color css
<style>
span { border-color: #E599CD; }
span { border-color: rgb(229,153,205); }
td.TdClassName
{
border-color: #E599CD;
}
.TagClassName
{
border-color: #E599CD;
}
</style>