Shades of Shocking #E899CB
Tints of Shocking #E899CB
RGB
CMYK
RGB Variations
Color information
#E899CB (or 0xE899CB) is known color: Shocking. HEX triplet: E8, 99 and CB. RGB value is (232,153,203). Sum of RGB (Red+Green+Blue) = 232+153+203=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 232 - color contains mainly: red. Hex color #E899CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E899CB is #176634. Grayscale: #B6B6B6. Windows color (decimal): -1533493 or 13343208. OLE color: 13343208.
HSL color Cylindrical-coordinate representation of color #E899CB: hue angle of 322.03º 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 #E899CB is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 153 | 203 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.09 |
| HSL | 322.03º | 0.63% | 0.75% | - |
| HSV(B) | 322.03º | 0.34% | 0.91% | - |
| XYZ | 55.45 | 44.25 | 62.12 | - |
| YUV | 182.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 203 | 0 | 0.34 | 0.12 | 0.09 | 322.03 | 0.63 | 0.75 |
| Hex | E8 | 99 | CB | 0 | 22 | C | 9 | 142 | 3F | 4B |
| Octal | 350 | 231 | 313 | 0 | 42 | 14 | 11 | 502 | 77 | 113 |
| Binary | 11101000 | 10011001 | 11001011 | 0 | 100010 | 1100 | 1001 | 101000010 | 111111 | 1001011 |
Color Harmonies of #E899CB
Complementary color
Monochromatic Colors of #E899CB
Black with #E899CB
Text Example
Text Example
White with #E899CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E899CB; }
p { color: rgb(232,153,203); }
H1.HeaderClassName
{
color: #E899CB;
}
.AnyTagClassName
{
color: #E899CB;
}
</style>
background-color css
<style>
a { background-color: #E899CB; }
a { background-color: rgb(232,153,203); }
div.DivClassName
{
background-color: #E899CB;
}
.BgClassName
{
background-color: #E899CB;
}
</style>
border-color css
<style>
span { border-color: #E899CB; }
span { border-color: rgb(232,153,203); }
td.TdClassName
{
border-color: #E899CB;
}
.TagClassName
{
border-color: #E899CB;
}
</style>