Shades of Violet #EC8AE8
Tints of Violet #EC8AE8
RGB
CMYK
RGB Variations
Color information
#EC8AE8 (or 0xEC8AE8) is known color: Violet. HEX triplet: EC, 8A and E8. RGB value is (236,138,232). Sum of RGB (Red+Green+Blue) = 236+138+232=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AE8 is #137517. Grayscale: #B1B1B1. Windows color (decimal): -1275160 or 15239916. OLE color: 15239916.
HSL color Cylindrical-coordinate representation of color #EC8AE8: hue angle of 302.45º 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 #EC8AE8 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 232 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.07 |
| HSL | 302.45º | 0.72% | 0.73% | - |
| HSV(B) | 302.45º | 0.42% | 0.93% | - |
| XYZ | 58.25 | 41.84 | 81.35 | - |
| YUV | 178.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 232 | 0 | 0.42 | 0.02 | 0.07 | 302.45 | 0.72 | 0.73 |
| Hex | EC | 8A | E8 | 0 | 2A | 2 | 7 | 12E | 48 | 49 |
| Octal | 354 | 212 | 350 | 0 | 52 | 2 | 7 | 456 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11101000 | 0 | 101010 | 10 | 111 | 100101110 | 1001000 | 1001001 |
Color Harmonies of #EC8AE8
Complementary color
Monochromatic Colors of #EC8AE8
Black with #EC8AE8
Text Example
Text Example
White with #EC8AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AE8; }
p { color: rgb(236,138,232); }
H1.HeaderClassName
{
color: #EC8AE8;
}
.AnyTagClassName
{
color: #EC8AE8;
}
</style>
background-color css
<style>
a { background-color: #EC8AE8; }
a { background-color: rgb(236,138,232); }
div.DivClassName
{
background-color: #EC8AE8;
}
.BgClassName
{
background-color: #EC8AE8;
}
</style>
border-color css
<style>
span { border-color: #EC8AE8; }
span { border-color: rgb(236,138,232); }
td.TdClassName
{
border-color: #EC8AE8;
}
.TagClassName
{
border-color: #EC8AE8;
}
</style>