Shades of Shocking #E6A4CB
Tints of Shocking #E6A4CB
RGB
CMYK
RGB Variations
Color information
#E6A4CB (or 0xE6A4CB) is known color: Shocking. HEX triplet: E6, A4 and CB. RGB value is (230,164,203). Sum of RGB (Red+Green+Blue) = 230+164+203=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A4CB is #195B34. Grayscale: #BCBCBC. Windows color (decimal): -1661749 or 13346022. OLE color: 13346022.
HSL color Cylindrical-coordinate representation of color #E6A4CB: hue angle of 324.55º 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 #E6A4CB is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 203 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.10 |
| HSL | 324.55º | 0.57% | 0.77% | - |
| HSV(B) | 324.55º | 0.29% | 0.9% | - |
| XYZ | 56.69 | 47.69 | 62.72 | - |
| YUV | 188.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 203 | 0 | 0.29 | 0.12 | 0.10 | 324.55 | 0.57 | 0.77 |
| Hex | E6 | A4 | CB | 0 | 1D | C | A | 145 | 39 | 4D |
| Octal | 346 | 244 | 313 | 0 | 35 | 14 | 12 | 505 | 71 | 115 |
| Binary | 11100110 | 10100100 | 11001011 | 0 | 11101 | 1100 | 1010 | 101000101 | 111001 | 1001101 |
Color Harmonies of #E6A4CB
Complementary color
Monochromatic Colors of #E6A4CB
Black with #E6A4CB
Text Example
Text Example
White with #E6A4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A4CB; }
p { color: rgb(230,164,203); }
H1.HeaderClassName
{
color: #E6A4CB;
}
.AnyTagClassName
{
color: #E6A4CB;
}
</style>
background-color css
<style>
a { background-color: #E6A4CB; }
a { background-color: rgb(230,164,203); }
div.DivClassName
{
background-color: #E6A4CB;
}
.BgClassName
{
background-color: #E6A4CB;
}
</style>
border-color css
<style>
span { border-color: #E6A4CB; }
span { border-color: rgb(230,164,203); }
td.TdClassName
{
border-color: #E6A4CB;
}
.TagClassName
{
border-color: #E6A4CB;
}
</style>