Shades of Shocking #EC8AB9
Tints of Shocking #EC8AB9
RGB
CMYK
RGB Variations
Color information
#EC8AB9 (or 0xEC8AB9) is known color: Shocking. HEX triplet: EC, 8A and B9. RGB value is (236,138,185). Sum of RGB (Red+Green+Blue) = 236+138+185=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AB9 is #137546. Grayscale: #ACACAC. Windows color (decimal): -1275207 or 12159724. OLE color: 12159724.
HSL color Cylindrical-coordinate representation of color #EC8AB9: hue angle of 331.22º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8AB9 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 185 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.07 |
| HSL | 331.22º | 0.72% | 0.73% | - |
| HSV(B) | 331.22º | 0.42% | 0.93% | - |
| XYZ | 52.44 | 39.51 | 50.76 | - |
| YUV | 172.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 185 | 0 | 0.42 | 0.22 | 0.07 | 331.22 | 0.72 | 0.73 |
| Hex | EC | 8A | B9 | 0 | 2A | 16 | 7 | 14B | 48 | 49 |
| Octal | 354 | 212 | 271 | 0 | 52 | 26 | 7 | 513 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10111001 | 0 | 101010 | 10110 | 111 | 101001011 | 1001000 | 1001001 |
Color Harmonies of #EC8AB9
Complementary color
Monochromatic Colors of #EC8AB9
Black with #EC8AB9
Text Example
Text Example
White with #EC8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AB9; }
p { color: rgb(236,138,185); }
H1.HeaderClassName
{
color: #EC8AB9;
}
.AnyTagClassName
{
color: #EC8AB9;
}
</style>
background-color css
<style>
a { background-color: #EC8AB9; }
a { background-color: rgb(236,138,185); }
div.DivClassName
{
background-color: #EC8AB9;
}
.BgClassName
{
background-color: #EC8AB9;
}
</style>
border-color css
<style>
span { border-color: #EC8AB9; }
span { border-color: rgb(236,138,185); }
td.TdClassName
{
border-color: #EC8AB9;
}
.TagClassName
{
border-color: #EC8AB9;
}
</style>