Shades of Shocking #E6A4CA
Tints of Shocking #E6A4CA
RGB
CMYK
RGB Variations
Color information
#E6A4CA (or 0xE6A4CA) is known color: Shocking. HEX triplet: E6, A4 and CA. RGB value is (230,164,202). Sum of RGB (Red+Green+Blue) = 230+164+202=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A4CA is #195B35. Grayscale: #BBBBBB. Windows color (decimal): -1661750 or 13280486. OLE color: 13280486.
HSL color Cylindrical-coordinate representation of color #E6A4CA: hue angle of 325.45º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A4CA is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 202 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.10 |
| HSL | 325.45º | 0.57% | 0.77% | - |
| HSV(B) | 325.45º | 0.29% | 0.9% | - |
| XYZ | 56.57 | 47.64 | 62.09 | - |
| YUV | 188.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 202 | 0 | 0.29 | 0.12 | 0.10 | 325.45 | 0.57 | 0.77 |
| Hex | E6 | A4 | CA | 0 | 1D | C | A | 145 | 39 | 4D |
| Octal | 346 | 244 | 312 | 0 | 35 | 14 | 12 | 505 | 71 | 115 |
| Binary | 11100110 | 10100100 | 11001010 | 0 | 11101 | 1100 | 1010 | 101000101 | 111001 | 1001101 |
Color Harmonies of #E6A4CA
Complementary color
Monochromatic Colors of #E6A4CA
Black with #E6A4CA
Text Example
Text Example
White with #E6A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A4CA; }
p { color: rgb(230,164,202); }
H1.HeaderClassName
{
color: #E6A4CA;
}
.AnyTagClassName
{
color: #E6A4CA;
}
</style>
background-color css
<style>
a { background-color: #E6A4CA; }
a { background-color: rgb(230,164,202); }
div.DivClassName
{
background-color: #E6A4CA;
}
.BgClassName
{
background-color: #E6A4CA;
}
</style>
border-color css
<style>
span { border-color: #E6A4CA; }
span { border-color: rgb(230,164,202); }
td.TdClassName
{
border-color: #E6A4CA;
}
.TagClassName
{
border-color: #E6A4CA;
}
</style>