Shades of Shocking #E193CB
Tints of Shocking #E193CB
RGB
CMYK
RGB Variations
Color information
#E193CB (or 0xE193CB) is known color: Shocking. HEX triplet: E1, 93 and CB. RGB value is (225,147,203). Sum of RGB (Red+Green+Blue) = 225+147+203=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E193CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193CB is #1E6C34. Grayscale: #B0B0B0. Windows color (decimal): -1993781 or 13341665. OLE color: 13341665.
HSL color Cylindrical-coordinate representation of color #E193CB: hue angle of 316.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E193CB is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 203 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.12 |
| HSL | 316.92º | 0.57% | 0.73% | - |
| HSV(B) | 316.92º | 0.35% | 0.88% | - |
| XYZ | 52.26 | 41.19 | 61.7 | - |
| YUV | 176.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 203 | 0 | 0.35 | 0.10 | 0.12 | 316.92 | 0.57 | 0.73 |
| Hex | E1 | 93 | CB | 0 | 23 | A | C | 13D | 39 | 49 |
| Octal | 341 | 223 | 313 | 0 | 43 | 12 | 14 | 475 | 71 | 111 |
| Binary | 11100001 | 10010011 | 11001011 | 0 | 100011 | 1010 | 1100 | 100111101 | 111001 | 1001001 |
Color Harmonies of #E193CB
Complementary color
Monochromatic Colors of #E193CB
Black with #E193CB
Text Example
Text Example
White with #E193CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193CB; }
p { color: rgb(225,147,203); }
H1.HeaderClassName
{
color: #E193CB;
}
.AnyTagClassName
{
color: #E193CB;
}
</style>
background-color css
<style>
a { background-color: #E193CB; }
a { background-color: rgb(225,147,203); }
div.DivClassName
{
background-color: #E193CB;
}
.BgClassName
{
background-color: #E193CB;
}
</style>
border-color css
<style>
span { border-color: #E193CB; }
span { border-color: rgb(225,147,203); }
td.TdClassName
{
border-color: #E193CB;
}
.TagClassName
{
border-color: #E193CB;
}
</style>