Shades of Shocking #E195CD
Tints of Shocking #E195CD
RGB
CMYK
RGB Variations
Color information
#E195CD (or 0xE195CD) is known color: Shocking. HEX triplet: E1, 95 and CD. RGB value is (225,149,205). Sum of RGB (Red+Green+Blue) = 225+149+205=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E195CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195CD is #1E6A32. Grayscale: #B1B1B1. Windows color (decimal): -1993267 or 13473249. OLE color: 13473249.
HSL color Cylindrical-coordinate representation of color #E195CD: hue angle of 315.79º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E195CD is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 205 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.12 |
| HSL | 315.79º | 0.56% | 0.73% | - |
| HSV(B) | 315.79º | 0.34% | 0.88% | - |
| XYZ | 52.82 | 41.91 | 63.06 | - |
| YUV | 178.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 205 | 0 | 0.34 | 0.09 | 0.12 | 315.79 | 0.56 | 0.73 |
| Hex | E1 | 95 | CD | 0 | 22 | 9 | C | 13C | 38 | 49 |
| Octal | 341 | 225 | 315 | 0 | 42 | 11 | 14 | 474 | 70 | 111 |
| Binary | 11100001 | 10010101 | 11001101 | 0 | 100010 | 1001 | 1100 | 100111100 | 111000 | 1001001 |
Color Harmonies of #E195CD
Complementary color
Monochromatic Colors of #E195CD
Black with #E195CD
Text Example
Text Example
White with #E195CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195CD; }
p { color: rgb(225,149,205); }
H1.HeaderClassName
{
color: #E195CD;
}
.AnyTagClassName
{
color: #E195CD;
}
</style>
background-color css
<style>
a { background-color: #E195CD; }
a { background-color: rgb(225,149,205); }
div.DivClassName
{
background-color: #E195CD;
}
.BgClassName
{
background-color: #E195CD;
}
</style>
border-color css
<style>
span { border-color: #E195CD; }
span { border-color: rgb(225,149,205); }
td.TdClassName
{
border-color: #E195CD;
}
.TagClassName
{
border-color: #E195CD;
}
</style>