Shades of Violet #EC8CE9
Tints of Violet #EC8CE9
RGB
CMYK
RGB Variations
Color information
#EC8CE9 (or 0xEC8CE9) is known color: Violet. HEX triplet: EC, 8C and E9. RGB value is (236,140,233). Sum of RGB (Red+Green+Blue) = 236+140+233=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 140 (55.08% from 255 or 22.99% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CE9 is #137316. Grayscale: #B3B3B3. Windows color (decimal): -1274647 or 15305964. OLE color: 15305964.
HSL color Cylindrical-coordinate representation of color #EC8CE9: hue angle of 301.88º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8CE9 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 233 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.07 |
| HSL | 301.88º | 0.72% | 0.74% | - |
| HSV(B) | 301.88º | 0.41% | 0.93% | - |
| XYZ | 58.68 | 42.47 | 82.2 | - |
| YUV | 179.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 233 | 0 | 0.41 | 0.01 | 0.07 | 301.88 | 0.72 | 0.74 |
| Hex | EC | 8C | E9 | 0 | 29 | 1 | 7 | 12E | 48 | 4A |
| Octal | 354 | 214 | 351 | 0 | 51 | 1 | 7 | 456 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11101001 | 0 | 101001 | 1 | 111 | 100101110 | 1001000 | 1001010 |
Color Harmonies of #EC8CE9
Complementary color
Monochromatic Colors of #EC8CE9
Black with #EC8CE9
Text Example
Text Example
White with #EC8CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CE9; }
p { color: rgb(236,140,233); }
H1.HeaderClassName
{
color: #EC8CE9;
}
.AnyTagClassName
{
color: #EC8CE9;
}
</style>
background-color css
<style>
a { background-color: #EC8CE9; }
a { background-color: rgb(236,140,233); }
div.DivClassName
{
background-color: #EC8CE9;
}
.BgClassName
{
background-color: #EC8CE9;
}
</style>
border-color css
<style>
span { border-color: #EC8CE9; }
span { border-color: rgb(236,140,233); }
td.TdClassName
{
border-color: #EC8CE9;
}
.TagClassName
{
border-color: #EC8CE9;
}
</style>