Shades of Shocking #E29FCA
Tints of Shocking #E29FCA
RGB
CMYK
RGB Variations
Color information
#E29FCA (or 0xE29FCA) is known color: Shocking. HEX triplet: E2, 9F and CA. RGB value is (226,159,202). Sum of RGB (Red+Green+Blue) = 226+159+202=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FCA is #1D6035. Grayscale: #B7B7B7. Windows color (decimal): -1925174 or 13279202. OLE color: 13279202.
HSL color Cylindrical-coordinate representation of color #E29FCA: hue angle of 321.49º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FCA is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 202 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.11 |
| HSL | 321.49º | 0.54% | 0.75% | - |
| HSV(B) | 321.49º | 0.3% | 0.89% | - |
| XYZ | 54.42 | 45.23 | 61.74 | - |
| YUV | 183.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 202 | 0 | 0.30 | 0.11 | 0.11 | 321.49 | 0.54 | 0.75 |
| Hex | E2 | 9F | CA | 0 | 1E | B | B | 141 | 36 | 4B |
| Octal | 342 | 237 | 312 | 0 | 36 | 13 | 13 | 501 | 66 | 113 |
| Binary | 11100010 | 10011111 | 11001010 | 0 | 11110 | 1011 | 1011 | 101000001 | 110110 | 1001011 |
Color Harmonies of #E29FCA
Complementary color
Monochromatic Colors of #E29FCA
Black with #E29FCA
Text Example
Text Example
White with #E29FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FCA; }
p { color: rgb(226,159,202); }
H1.HeaderClassName
{
color: #E29FCA;
}
.AnyTagClassName
{
color: #E29FCA;
}
</style>
background-color css
<style>
a { background-color: #E29FCA; }
a { background-color: rgb(226,159,202); }
div.DivClassName
{
background-color: #E29FCA;
}
.BgClassName
{
background-color: #E29FCA;
}
</style>
border-color css
<style>
span { border-color: #E29FCA; }
span { border-color: rgb(226,159,202); }
td.TdClassName
{
border-color: #E29FCA;
}
.TagClassName
{
border-color: #E29FCA;
}
</style>