Shades of Shocking #EC8AB6
Tints of Shocking #EC8AB6
RGB
CMYK
RGB Variations
Color information
#EC8AB6 (or 0xEC8AB6) is known color: Shocking. HEX triplet: EC, 8A and B6. RGB value is (236,138,182). Sum of RGB (Red+Green+Blue) = 236+138+182=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AB6 is #137549. Grayscale: #ACACAC. Windows color (decimal): -1275210 or 11963116. OLE color: 11963116.
HSL color Cylindrical-coordinate representation of color #EC8AB6: hue angle of 333.06º 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 #EC8AB6 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 182 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.07 |
| HSL | 333.06º | 0.72% | 0.73% | - |
| HSV(B) | 333.06º | 0.42% | 0.93% | - |
| XYZ | 52.12 | 39.39 | 49.11 | - |
| YUV | 172.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 182 | 0 | 0.42 | 0.23 | 0.07 | 333.06 | 0.72 | 0.73 |
| Hex | EC | 8A | B6 | 0 | 2A | 17 | 7 | 14D | 48 | 49 |
| Octal | 354 | 212 | 266 | 0 | 52 | 27 | 7 | 515 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10110110 | 0 | 101010 | 10111 | 111 | 101001101 | 1001000 | 1001001 |
Color Harmonies of #EC8AB6
Complementary color
Monochromatic Colors of #EC8AB6
Black with #EC8AB6
Text Example
Text Example
White with #EC8AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AB6; }
p { color: rgb(236,138,182); }
H1.HeaderClassName
{
color: #EC8AB6;
}
.AnyTagClassName
{
color: #EC8AB6;
}
</style>
background-color css
<style>
a { background-color: #EC8AB6; }
a { background-color: rgb(236,138,182); }
div.DivClassName
{
background-color: #EC8AB6;
}
.BgClassName
{
background-color: #EC8AB6;
}
</style>
border-color css
<style>
span { border-color: #EC8AB6; }
span { border-color: rgb(236,138,182); }
td.TdClassName
{
border-color: #EC8AB6;
}
.TagClassName
{
border-color: #EC8AB6;
}
</style>