Shades of Shocking #E19DCB
Tints of Shocking #E19DCB
RGB
CMYK
RGB Variations
Color information
#E19DCB (or 0xE19DCB) is known color: Shocking. HEX triplet: E1, 9D and CB. RGB value is (225,157,203). Sum of RGB (Red+Green+Blue) = 225+157+203=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DCB is #1E6234. Grayscale: #B6B6B6. Windows color (decimal): -1991221 or 13344225. OLE color: 13344225.
HSL color Cylindrical-coordinate representation of color #E19DCB: hue angle of 319.41º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DCB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 203 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.12 |
| HSL | 319.41º | 0.53% | 0.75% | - |
| HSV(B) | 319.41º | 0.3% | 0.88% | - |
| XYZ | 53.89 | 44.43 | 62.24 | - |
| YUV | 182.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 203 | 0 | 0.30 | 0.10 | 0.12 | 319.41 | 0.53 | 0.75 |
| Hex | E1 | 9D | CB | 0 | 1E | A | C | 13F | 35 | 4B |
| Octal | 341 | 235 | 313 | 0 | 36 | 12 | 14 | 477 | 65 | 113 |
| Binary | 11100001 | 10011101 | 11001011 | 0 | 11110 | 1010 | 1100 | 100111111 | 110101 | 1001011 |
Color Harmonies of #E19DCB
Complementary color
Monochromatic Colors of #E19DCB
Black with #E19DCB
Text Example
Text Example
White with #E19DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19DCB; }
p { color: rgb(225,157,203); }
H1.HeaderClassName
{
color: #E19DCB;
}
.AnyTagClassName
{
color: #E19DCB;
}
</style>
background-color css
<style>
a { background-color: #E19DCB; }
a { background-color: rgb(225,157,203); }
div.DivClassName
{
background-color: #E19DCB;
}
.BgClassName
{
background-color: #E19DCB;
}
</style>
border-color css
<style>
span { border-color: #E19DCB; }
span { border-color: rgb(225,157,203); }
td.TdClassName
{
border-color: #E19DCB;
}
.TagClassName
{
border-color: #E19DCB;
}
</style>