Shades of Violet #EC8EEA
Tints of Violet #EC8EEA
RGB
CMYK
RGB Variations
Color information
#EC8EEA (or 0xEC8EEA) is known color: Violet. HEX triplet: EC, 8E and EA. RGB value is (236,142,234). Sum of RGB (Red+Green+Blue) = 236+142+234=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 142 (55.86% from 255 or 23.20% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8EEA is #137115. Grayscale: #B4B4B4. Windows color (decimal): -1274134 or 15372012. OLE color: 15372012.
HSL color Cylindrical-coordinate representation of color #EC8EEA: hue angle of 301.28º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8EEA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 234 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.07 |
| HSL | 301.28º | 0.71% | 0.74% | - |
| HSV(B) | 301.28º | 0.4% | 0.93% | - |
| XYZ | 59.12 | 43.12 | 83.05 | - |
| YUV | 180.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 234 | 0 | 0.40 | 0.01 | 0.07 | 301.28 | 0.71 | 0.74 |
| Hex | EC | 8E | EA | 0 | 28 | 1 | 7 | 12D | 47 | 4A |
| Octal | 354 | 216 | 352 | 0 | 50 | 1 | 7 | 455 | 107 | 112 |
| Binary | 11101100 | 10001110 | 11101010 | 0 | 101000 | 1 | 111 | 100101101 | 1000111 | 1001010 |
Color Harmonies of #EC8EEA
Complementary color
Monochromatic Colors of #EC8EEA
Black with #EC8EEA
Text Example
Text Example
White with #EC8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EEA; }
p { color: rgb(236,142,234); }
H1.HeaderClassName
{
color: #EC8EEA;
}
.AnyTagClassName
{
color: #EC8EEA;
}
</style>
background-color css
<style>
a { background-color: #EC8EEA; }
a { background-color: rgb(236,142,234); }
div.DivClassName
{
background-color: #EC8EEA;
}
.BgClassName
{
background-color: #EC8EEA;
}
</style>
border-color css
<style>
span { border-color: #EC8EEA; }
span { border-color: rgb(236,142,234); }
td.TdClassName
{
border-color: #EC8EEA;
}
.TagClassName
{
border-color: #EC8EEA;
}
</style>