Shades of Shocking #E295CB
Tints of Shocking #E295CB
RGB
CMYK
RGB Variations
Color information
#E295CB (or 0xE295CB) is known color: Shocking. HEX triplet: E2, 95 and CB. RGB value is (226,149,203). Sum of RGB (Red+Green+Blue) = 226+149+203=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E295CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295CB is #1D6A34. Grayscale: #B2B2B2. Windows color (decimal): -1927733 or 13342178. OLE color: 13342178.
HSL color Cylindrical-coordinate representation of color #E295CB: hue angle of 317.92º 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 #E295CB is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 203 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.11 |
| HSL | 317.92º | 0.57% | 0.74% | - |
| HSV(B) | 317.92º | 0.34% | 0.89% | - |
| XYZ | 52.89 | 41.98 | 61.81 | - |
| YUV | 178.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 203 | 0 | 0.34 | 0.10 | 0.11 | 317.92 | 0.57 | 0.74 |
| Hex | E2 | 95 | CB | 0 | 22 | A | B | 13E | 39 | 4A |
| Octal | 342 | 225 | 313 | 0 | 42 | 12 | 13 | 476 | 71 | 112 |
| Binary | 11100010 | 10010101 | 11001011 | 0 | 100010 | 1010 | 1011 | 100111110 | 111001 | 1001010 |
Color Harmonies of #E295CB
Complementary color
Monochromatic Colors of #E295CB
Black with #E295CB
Text Example
Text Example
White with #E295CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295CB; }
p { color: rgb(226,149,203); }
H1.HeaderClassName
{
color: #E295CB;
}
.AnyTagClassName
{
color: #E295CB;
}
</style>
background-color css
<style>
a { background-color: #E295CB; }
a { background-color: rgb(226,149,203); }
div.DivClassName
{
background-color: #E295CB;
}
.BgClassName
{
background-color: #E295CB;
}
</style>
border-color css
<style>
span { border-color: #E295CB; }
span { border-color: rgb(226,149,203); }
td.TdClassName
{
border-color: #E295CB;
}
.TagClassName
{
border-color: #E295CB;
}
</style>