Shades of Shocking #E29CBE
Tints of Shocking #E29CBE
RGB
CMYK
RGB Variations
Color information
#E29CBE (or 0xE29CBE) is known color: Shocking. HEX triplet: E2, 9C and BE. RGB value is (226,156,190). Sum of RGB (Red+Green+Blue) = 226+156+190=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CBE is #1D6341. Grayscale: #B4B4B4. Windows color (decimal): -1925954 or 12492002. OLE color: 12492002.
HSL color Cylindrical-coordinate representation of color #E29CBE: hue angle of 330.86º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29CBE is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 190 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.11 |
| HSL | 330.86º | 0.55% | 0.75% | - |
| HSV(B) | 330.86º | 0.31% | 0.89% | - |
| XYZ | 52.55 | 43.66 | 54.37 | - |
| YUV | 180.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 190 | 0 | 0.31 | 0.16 | 0.11 | 330.86 | 0.55 | 0.75 |
| Hex | E2 | 9C | BE | 0 | 1F | 10 | B | 14B | 37 | 4B |
| Octal | 342 | 234 | 276 | 0 | 37 | 20 | 13 | 513 | 67 | 113 |
| Binary | 11100010 | 10011100 | 10111110 | 0 | 11111 | 10000 | 1011 | 101001011 | 110111 | 1001011 |
Color Harmonies of #E29CBE
Complementary color
Monochromatic Colors of #E29CBE
Black with #E29CBE
Text Example
Text Example
White with #E29CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CBE; }
p { color: rgb(226,156,190); }
H1.HeaderClassName
{
color: #E29CBE;
}
.AnyTagClassName
{
color: #E29CBE;
}
</style>
background-color css
<style>
a { background-color: #E29CBE; }
a { background-color: rgb(226,156,190); }
div.DivClassName
{
background-color: #E29CBE;
}
.BgClassName
{
background-color: #E29CBE;
}
</style>
border-color css
<style>
span { border-color: #E29CBE; }
span { border-color: rgb(226,156,190); }
td.TdClassName
{
border-color: #E29CBE;
}
.TagClassName
{
border-color: #E29CBE;
}
</style>