Shades of Shocking #E295CD
Tints of Shocking #E295CD
RGB
CMYK
RGB Variations
Color information
#E295CD (or 0xE295CD) is known color: Shocking. HEX triplet: E2, 95 and CD. RGB value is (226,149,205). Sum of RGB (Red+Green+Blue) = 226+149+205=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E295CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295CD is #1D6A32. Grayscale: #B2B2B2. Windows color (decimal): -1927731 or 13473250. OLE color: 13473250.
HSL color Cylindrical-coordinate representation of color #E295CD: hue angle of 316.36º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E295CD is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 205 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.11 |
| HSL | 316.36º | 0.57% | 0.74% | - |
| HSV(B) | 316.36º | 0.34% | 0.89% | - |
| XYZ | 53.13 | 42.07 | 63.08 | - |
| YUV | 178.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 205 | 0 | 0.34 | 0.09 | 0.11 | 316.36 | 0.57 | 0.74 |
| Hex | E2 | 95 | CD | 0 | 22 | 9 | B | 13C | 39 | 4A |
| Octal | 342 | 225 | 315 | 0 | 42 | 11 | 13 | 474 | 71 | 112 |
| Binary | 11100010 | 10010101 | 11001101 | 0 | 100010 | 1001 | 1011 | 100111100 | 111001 | 1001010 |
Color Harmonies of #E295CD
Complementary color
Monochromatic Colors of #E295CD
Black with #E295CD
Text Example
Text Example
White with #E295CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295CD; }
p { color: rgb(226,149,205); }
H1.HeaderClassName
{
color: #E295CD;
}
.AnyTagClassName
{
color: #E295CD;
}
</style>
background-color css
<style>
a { background-color: #E295CD; }
a { background-color: rgb(226,149,205); }
div.DivClassName
{
background-color: #E295CD;
}
.BgClassName
{
background-color: #E295CD;
}
</style>
border-color css
<style>
span { border-color: #E295CD; }
span { border-color: rgb(226,149,205); }
td.TdClassName
{
border-color: #E295CD;
}
.TagClassName
{
border-color: #E295CD;
}
</style>