Shades of Violet #EC8AEA
Tints of Violet #EC8AEA
RGB
CMYK
RGB Variations
Color information
#EC8AEA (or 0xEC8AEA) is known color: Violet. HEX triplet: EC, 8A and EA. RGB value is (236,138,234). Sum of RGB (Red+Green+Blue) = 236+138+234=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AEA is #137515. Grayscale: #B1B1B1. Windows color (decimal): -1275158 or 15370988. OLE color: 15370988.
HSL color Cylindrical-coordinate representation of color #EC8AEA: hue angle of 301.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 #EC8AEA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 234 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.07 |
| HSL | 301.22º | 0.72% | 0.73% | - |
| HSV(B) | 301.22º | 0.42% | 0.93% | - |
| XYZ | 58.53 | 41.95 | 82.85 | - |
| YUV | 178.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 234 | 0 | 0.42 | 0.01 | 0.07 | 301.22 | 0.72 | 0.73 |
| Hex | EC | 8A | EA | 0 | 2A | 1 | 7 | 12D | 48 | 49 |
| Octal | 354 | 212 | 352 | 0 | 52 | 1 | 7 | 455 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11101010 | 0 | 101010 | 1 | 111 | 100101101 | 1001000 | 1001001 |
Color Harmonies of #EC8AEA
Complementary color
Monochromatic Colors of #EC8AEA
Black with #EC8AEA
Text Example
Text Example
White with #EC8AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AEA; }
p { color: rgb(236,138,234); }
H1.HeaderClassName
{
color: #EC8AEA;
}
.AnyTagClassName
{
color: #EC8AEA;
}
</style>
background-color css
<style>
a { background-color: #EC8AEA; }
a { background-color: rgb(236,138,234); }
div.DivClassName
{
background-color: #EC8AEA;
}
.BgClassName
{
background-color: #EC8AEA;
}
</style>
border-color css
<style>
span { border-color: #EC8AEA; }
span { border-color: rgb(236,138,234); }
td.TdClassName
{
border-color: #EC8AEA;
}
.TagClassName
{
border-color: #EC8AEA;
}
</style>