Shades of Shocking #E6A5B8
Tints of Shocking #E6A5B8
RGB
CMYK
RGB Variations
Color information
#E6A5B8 (or 0xE6A5B8) is known color: Shocking. HEX triplet: E6, A5 and B8. RGB value is (230,165,184). Sum of RGB (Red+Green+Blue) = 230+165+184=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A5B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A5B8 is #195A47. Grayscale: #BABABA. Windows color (decimal): -1661512 or 12101094. OLE color: 12101094.
HSL color Cylindrical-coordinate representation of color #E6A5B8: hue angle of 342.46º 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 #E6A5B8 is Cyan = 0, Magento = 0.28, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 184 | - |
| CMYK | 0 | 0.28 | 0.2 | 0.10 |
| HSL | 342.46º | 0.57% | 0.77% | - |
| HSV(B) | 342.46º | 0.28% | 0.9% | - |
| XYZ | 54.74 | 47.19 | 51.57 | - |
| YUV | 186.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 184 | 0 | 0.28 | 0.2 | 0.10 | 342.46 | 0.57 | 0.77 |
| Hex | E6 | A5 | B8 | 0 | 1C | 14 | A | 156 | 39 | 4D |
| Octal | 346 | 245 | 270 | 0 | 34 | 24 | 12 | 526 | 71 | 115 |
| Binary | 11100110 | 10100101 | 10111000 | 0 | 11100 | 10100 | 1010 | 101010110 | 111001 | 1001101 |
Color Harmonies of #E6A5B8
Complementary color
Monochromatic Colors of #E6A5B8
Black with #E6A5B8
Text Example
Text Example
White with #E6A5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A5B8; }
p { color: rgb(230,165,184); }
H1.HeaderClassName
{
color: #E6A5B8;
}
.AnyTagClassName
{
color: #E6A5B8;
}
</style>
background-color css
<style>
a { background-color: #E6A5B8; }
a { background-color: rgb(230,165,184); }
div.DivClassName
{
background-color: #E6A5B8;
}
.BgClassName
{
background-color: #E6A5B8;
}
</style>
border-color css
<style>
span { border-color: #E6A5B8; }
span { border-color: rgb(230,165,184); }
td.TdClassName
{
border-color: #E6A5B8;
}
.TagClassName
{
border-color: #E6A5B8;
}
</style>