Shades of Shocking #E2A4CC
Tints of Shocking #E2A4CC
RGB
CMYK
RGB Variations
Color information
#E2A4CC (or 0xE2A4CC) is known color: Shocking. HEX triplet: E2, A4 and CC. RGB value is (226,164,204). Sum of RGB (Red+Green+Blue) = 226+164+204=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A4CC is #1D5B33. Grayscale: #BBBBBB. Windows color (decimal): -1923892 or 13411554. OLE color: 13411554.
HSL color Cylindrical-coordinate representation of color #E2A4CC: hue angle of 321.29º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A4CC is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 204 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.11 |
| HSL | 321.29º | 0.52% | 0.76% | - |
| HSV(B) | 321.29º | 0.27% | 0.89% | - |
| XYZ | 55.54 | 47.08 | 63.29 | - |
| YUV | 187.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 204 | 0 | 0.27 | 0.10 | 0.11 | 321.29 | 0.52 | 0.76 |
| Hex | E2 | A4 | CC | 0 | 1B | A | B | 141 | 34 | 4C |
| Octal | 342 | 244 | 314 | 0 | 33 | 12 | 13 | 501 | 64 | 114 |
| Binary | 11100010 | 10100100 | 11001100 | 0 | 11011 | 1010 | 1011 | 101000001 | 110100 | 1001100 |
Color Harmonies of #E2A4CC
Complementary color
Monochromatic Colors of #E2A4CC
Black with #E2A4CC
Text Example
Text Example
White with #E2A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A4CC; }
p { color: rgb(226,164,204); }
H1.HeaderClassName
{
color: #E2A4CC;
}
.AnyTagClassName
{
color: #E2A4CC;
}
</style>
background-color css
<style>
a { background-color: #E2A4CC; }
a { background-color: rgb(226,164,204); }
div.DivClassName
{
background-color: #E2A4CC;
}
.BgClassName
{
background-color: #E2A4CC;
}
</style>
border-color css
<style>
span { border-color: #E2A4CC; }
span { border-color: rgb(226,164,204); }
td.TdClassName
{
border-color: #E2A4CC;
}
.TagClassName
{
border-color: #E2A4CC;
}
</style>