Shades of Shocking #E29CCB
Tints of Shocking #E29CCB
RGB
CMYK
RGB Variations
Color information
#E29CCB (or 0xE29CCB) is known color: Shocking. HEX triplet: E2, 9C and CB. RGB value is (226,156,203). Sum of RGB (Red+Green+Blue) = 226+156+203=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CCB is #1D6334. Grayscale: #B6B6B6. Windows color (decimal): -1925941 or 13343970. OLE color: 13343970.
HSL color Cylindrical-coordinate representation of color #E29CCB: hue angle of 319.71º 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 #E29CCB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 203 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.11 |
| HSL | 319.71º | 0.55% | 0.75% | - |
| HSV(B) | 319.71º | 0.31% | 0.89% | - |
| XYZ | 54.03 | 44.26 | 62.19 | - |
| YUV | 182.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 203 | 0 | 0.31 | 0.10 | 0.11 | 319.71 | 0.55 | 0.75 |
| Hex | E2 | 9C | CB | 0 | 1F | A | B | 140 | 37 | 4B |
| Octal | 342 | 234 | 313 | 0 | 37 | 12 | 13 | 500 | 67 | 113 |
| Binary | 11100010 | 10011100 | 11001011 | 0 | 11111 | 1010 | 1011 | 101000000 | 110111 | 1001011 |
Color Harmonies of #E29CCB
Complementary color
Monochromatic Colors of #E29CCB
Black with #E29CCB
Text Example
Text Example
White with #E29CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CCB; }
p { color: rgb(226,156,203); }
H1.HeaderClassName
{
color: #E29CCB;
}
.AnyTagClassName
{
color: #E29CCB;
}
</style>
background-color css
<style>
a { background-color: #E29CCB; }
a { background-color: rgb(226,156,203); }
div.DivClassName
{
background-color: #E29CCB;
}
.BgClassName
{
background-color: #E29CCB;
}
</style>
border-color css
<style>
span { border-color: #E29CCB; }
span { border-color: rgb(226,156,203); }
td.TdClassName
{
border-color: #E29CCB;
}
.TagClassName
{
border-color: #E29CCB;
}
</style>