Shades of Shocking #E6A5BC
Tints of Shocking #E6A5BC
RGB
CMYK
RGB Variations
Color information
#E6A5BC (or 0xE6A5BC) is known color: Shocking. HEX triplet: E6, A5 and BC. RGB value is (230,165,188). Sum of RGB (Red+Green+Blue) = 230+165+188=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A5BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A5BC is #195A43. Grayscale: #BBBBBB. Windows color (decimal): -1661508 or 12363238. OLE color: 12363238.
HSL color Cylindrical-coordinate representation of color #E6A5BC: hue angle of 338.77º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6A5BC is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 188 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.10 |
| HSL | 338.77º | 0.57% | 0.77% | - |
| HSV(B) | 338.77º | 0.28% | 0.9% | - |
| XYZ | 55.17 | 47.36 | 53.81 | - |
| YUV | 187.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 188 | 0 | 0.28 | 0.18 | 0.10 | 338.77 | 0.57 | 0.77 |
| Hex | E6 | A5 | BC | 0 | 1C | 12 | A | 153 | 39 | 4D |
| Octal | 346 | 245 | 274 | 0 | 34 | 22 | 12 | 523 | 71 | 115 |
| Binary | 11100110 | 10100101 | 10111100 | 0 | 11100 | 10010 | 1010 | 101010011 | 111001 | 1001101 |
Color Harmonies of #E6A5BC
Complementary color
Monochromatic Colors of #E6A5BC
Black with #E6A5BC
Text Example
Text Example
White with #E6A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A5BC; }
p { color: rgb(230,165,188); }
H1.HeaderClassName
{
color: #E6A5BC;
}
.AnyTagClassName
{
color: #E6A5BC;
}
</style>
background-color css
<style>
a { background-color: #E6A5BC; }
a { background-color: rgb(230,165,188); }
div.DivClassName
{
background-color: #E6A5BC;
}
.BgClassName
{
background-color: #E6A5BC;
}
</style>
border-color css
<style>
span { border-color: #E6A5BC; }
span { border-color: rgb(230,165,188); }
td.TdClassName
{
border-color: #E6A5BC;
}
.TagClassName
{
border-color: #E6A5BC;
}
</style>