Shades of Violet #EC8EED
Tints of Violet #EC8EED
RGB
CMYK
RGB Variations
Color information
#EC8EED (or 0xEC8EED) is known color: Violet. HEX triplet: EC, 8E and ED. RGB value is (236,142,237). Sum of RGB (Red+Green+Blue) = 236+142+237=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC8EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8EED is #137112. Grayscale: #B4B4B4. Windows color (decimal): -1274131 or 15568620. OLE color: 15568620.
HSL color Cylindrical-coordinate representation of color #EC8EED: hue angle of 299.37º degrees, saturation: 0.73, 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 #EC8EED is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 237 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.07 |
| HSL | 299.37º | 0.73% | 0.74% | - |
| HSV(B) | 299.37º | 0.4% | 0.93% | - |
| XYZ | 59.55 | 43.29 | 85.34 | - |
| YUV | 180.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 237 | 0.00 | 0.40 | 0 | 0.07 | 299.37 | 0.73 | 0.74 |
| Hex | EC | 8E | ED | 0 | 28 | 0 | 7 | 12B | 49 | 4A |
| Octal | 354 | 216 | 355 | 0 | 50 | 0 | 7 | 453 | 111 | 112 |
| Binary | 11101100 | 10001110 | 11101101 | 0 | 101000 | 0 | 111 | 100101011 | 1001001 | 1001010 |
Color Harmonies of #EC8EED
Complementary color
Monochromatic Colors of #EC8EED
Black with #EC8EED
Text Example
Text Example
White with #EC8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EED; }
p { color: rgb(236,142,237); }
H1.HeaderClassName
{
color: #EC8EED;
}
.AnyTagClassName
{
color: #EC8EED;
}
</style>
background-color css
<style>
a { background-color: #EC8EED; }
a { background-color: rgb(236,142,237); }
div.DivClassName
{
background-color: #EC8EED;
}
.BgClassName
{
background-color: #EC8EED;
}
</style>
border-color css
<style>
span { border-color: #EC8EED; }
span { border-color: rgb(236,142,237); }
td.TdClassName
{
border-color: #EC8EED;
}
.TagClassName
{
border-color: #EC8EED;
}
</style>