Shades of Shocking #E899CD
Tints of Shocking #E899CD
RGB
CMYK
RGB Variations
Color information
#E899CD (or 0xE899CD) is known color: Shocking. HEX triplet: E8, 99 and CD. RGB value is (232,153,205). Sum of RGB (Red+Green+Blue) = 232+153+205=590 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.32% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 232 - color contains mainly: red. Hex color #E899CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E899CD is #176632. Grayscale: #B6B6B6. Windows color (decimal): -1533491 or 13474280. OLE color: 13474280.
HSL color Cylindrical-coordinate representation of color #E899CD: hue angle of 320.51º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E899CD is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 153 | 205 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.09 |
| HSL | 320.51º | 0.63% | 0.75% | - |
| HSV(B) | 320.51º | 0.34% | 0.91% | - |
| XYZ | 55.69 | 44.35 | 63.38 | - |
| YUV | 182.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 205 | 0 | 0.34 | 0.12 | 0.09 | 320.51 | 0.63 | 0.75 |
| Hex | E8 | 99 | CD | 0 | 22 | C | 9 | 141 | 3F | 4B |
| Octal | 350 | 231 | 315 | 0 | 42 | 14 | 11 | 501 | 77 | 113 |
| Binary | 11101000 | 10011001 | 11001101 | 0 | 100010 | 1100 | 1001 | 101000001 | 111111 | 1001011 |
Color Harmonies of #E899CD
Complementary color
Monochromatic Colors of #E899CD
Black with #E899CD
Text Example
Text Example
White with #E899CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E899CD; }
p { color: rgb(232,153,205); }
H1.HeaderClassName
{
color: #E899CD;
}
.AnyTagClassName
{
color: #E899CD;
}
</style>
background-color css
<style>
a { background-color: #E899CD; }
a { background-color: rgb(232,153,205); }
div.DivClassName
{
background-color: #E899CD;
}
.BgClassName
{
background-color: #E899CD;
}
</style>
border-color css
<style>
span { border-color: #E899CD; }
span { border-color: rgb(232,153,205); }
td.TdClassName
{
border-color: #E899CD;
}
.TagClassName
{
border-color: #E899CD;
}
</style>