Shades of Shocking #E193C1
Tints of Shocking #E193C1
RGB
CMYK
RGB Variations
Color information
#E193C1 (or 0xE193C1) is known color: Shocking. HEX triplet: E1, 93 and C1. RGB value is (225,147,193). Sum of RGB (Red+Green+Blue) = 225+147+193=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E193C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193C1 is #1E6C3E. Grayscale: #AFAFAF. Windows color (decimal): -1993791 or 12686305. OLE color: 12686305.
HSL color Cylindrical-coordinate representation of color #E193C1: hue angle of 324.62º 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 #E193C1 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 193 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.12 |
| HSL | 324.62º | 0.57% | 0.73% | - |
| HSV(B) | 324.62º | 0.35% | 0.88% | - |
| XYZ | 51.11 | 40.73 | 55.62 | - |
| YUV | 175.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 193 | 0 | 0.35 | 0.14 | 0.12 | 324.62 | 0.57 | 0.73 |
| Hex | E1 | 93 | C1 | 0 | 23 | E | C | 145 | 39 | 49 |
| Octal | 341 | 223 | 301 | 0 | 43 | 16 | 14 | 505 | 71 | 111 |
| Binary | 11100001 | 10010011 | 11000001 | 0 | 100011 | 1110 | 1100 | 101000101 | 111001 | 1001001 |
Color Harmonies of #E193C1
Complementary color
Monochromatic Colors of #E193C1
Black with #E193C1
Text Example
Text Example
White with #E193C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193C1; }
p { color: rgb(225,147,193); }
H1.HeaderClassName
{
color: #E193C1;
}
.AnyTagClassName
{
color: #E193C1;
}
</style>
background-color css
<style>
a { background-color: #E193C1; }
a { background-color: rgb(225,147,193); }
div.DivClassName
{
background-color: #E193C1;
}
.BgClassName
{
background-color: #E193C1;
}
</style>
border-color css
<style>
span { border-color: #E193C1; }
span { border-color: rgb(225,147,193); }
td.TdClassName
{
border-color: #E193C1;
}
.TagClassName
{
border-color: #E193C1;
}
</style>