Shades of Violet #EC8AEC
Tints of Violet #EC8AEC
RGB
CMYK
RGB Variations
Color information
#EC8AEC (or 0xEC8AEC) is known color: Violet. HEX triplet: EC, 8A and EC. RGB value is (236,138,236). Sum of RGB (Red+Green+Blue) = 236+138+236=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC8AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AEC is #137513. Grayscale: #B2B2B2. Windows color (decimal): -1275156 or 15502060. OLE color: 15502060.
HSL color Cylindrical-coordinate representation of color #EC8AEC: hue angle of 300º 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 #EC8AEC is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 236 | - |
| CMYK | 0 | 0.42 | 0 | 0.07 |
| HSL | 300º | 0.72% | 0.73% | - |
| HSV(B) | 300º | 0.42% | 0.93% | - |
| XYZ | 58.82 | 42.07 | 84.38 | - |
| YUV | 178.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 236 | 0 | 0.42 | 0 | 0.07 | 300 | 0.72 | 0.73 |
| Hex | EC | 8A | EC | 0 | 2A | 0 | 7 | 12C | 48 | 49 |
| Octal | 354 | 212 | 354 | 0 | 52 | 0 | 7 | 454 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11101100 | 0 | 101010 | 0 | 111 | 100101100 | 1001000 | 1001001 |
Color Harmonies of #EC8AEC
Complementary color
Monochromatic Colors of #EC8AEC
Black with #EC8AEC
Text Example
Text Example
White with #EC8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AEC; }
p { color: rgb(236,138,236); }
H1.HeaderClassName
{
color: #EC8AEC;
}
.AnyTagClassName
{
color: #EC8AEC;
}
</style>
background-color css
<style>
a { background-color: #EC8AEC; }
a { background-color: rgb(236,138,236); }
div.DivClassName
{
background-color: #EC8AEC;
}
.BgClassName
{
background-color: #EC8AEC;
}
</style>
border-color css
<style>
span { border-color: #EC8AEC; }
span { border-color: rgb(236,138,236); }
td.TdClassName
{
border-color: #EC8AEC;
}
.TagClassName
{
border-color: #EC8AEC;
}
</style>