Shades of Shocking #E6A5BD
Tints of Shocking #E6A5BD
RGB
CMYK
RGB Variations
Color information
#E6A5BD (or 0xE6A5BD) is known color: Shocking. HEX triplet: E6, A5 and BD. RGB value is (230,165,189). Sum of RGB (Red+Green+Blue) = 230+165+189=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A5BD is #195A42. Grayscale: #BBBBBB. Windows color (decimal): -1661507 or 12428774. OLE color: 12428774.
HSL color Cylindrical-coordinate representation of color #E6A5BD: hue angle of 337.85º 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 #E6A5BD is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 189 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.10 |
| HSL | 337.85º | 0.57% | 0.77% | - |
| HSV(B) | 337.85º | 0.28% | 0.9% | - |
| XYZ | 55.27 | 47.41 | 54.38 | - |
| YUV | 187.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 189 | 0 | 0.28 | 0.18 | 0.10 | 337.85 | 0.57 | 0.77 |
| Hex | E6 | A5 | BD | 0 | 1C | 12 | A | 152 | 39 | 4D |
| Octal | 346 | 245 | 275 | 0 | 34 | 22 | 12 | 522 | 71 | 115 |
| Binary | 11100110 | 10100101 | 10111101 | 0 | 11100 | 10010 | 1010 | 101010010 | 111001 | 1001101 |
Color Harmonies of #E6A5BD
Complementary color
Monochromatic Colors of #E6A5BD
Black with #E6A5BD
Text Example
Text Example
White with #E6A5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A5BD; }
p { color: rgb(230,165,189); }
H1.HeaderClassName
{
color: #E6A5BD;
}
.AnyTagClassName
{
color: #E6A5BD;
}
</style>
background-color css
<style>
a { background-color: #E6A5BD; }
a { background-color: rgb(230,165,189); }
div.DivClassName
{
background-color: #E6A5BD;
}
.BgClassName
{
background-color: #E6A5BD;
}
</style>
border-color css
<style>
span { border-color: #E6A5BD; }
span { border-color: rgb(230,165,189); }
td.TdClassName
{
border-color: #E6A5BD;
}
.TagClassName
{
border-color: #E6A5BD;
}
</style>