Shades of Violet #EC70E7
Tints of Violet #EC70E7
RGB
CMYK
RGB Variations
Color information
#EC70E7 (or 0xEC70E7) is known color: Violet. HEX triplet: EC, 70 and E7. RGB value is (236,112,231). Sum of RGB (Red+Green+Blue) = 236+112+231=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70E7 is #138F18. Grayscale: #A2A2A2. Windows color (decimal): -1281817 or 15167724. OLE color: 15167724.
HSL color Cylindrical-coordinate representation of color #EC70E7: hue angle of 302.42º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70E7 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 231 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.07 |
| HSL | 302.42º | 0.77% | 0.68% | - |
| HSV(B) | 302.42º | 0.53% | 0.93% | - |
| XYZ | 54.81 | 35.19 | 79.5 | - |
| YUV | 162.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 231 | 0 | 0.53 | 0.02 | 0.07 | 302.42 | 0.77 | 0.68 |
| Hex | EC | 70 | E7 | 0 | 35 | 2 | 7 | 12E | 4D | 44 |
| Octal | 354 | 160 | 347 | 0 | 65 | 2 | 7 | 456 | 115 | 104 |
| Binary | 11101100 | 1110000 | 11100111 | 0 | 110101 | 10 | 111 | 100101110 | 1001101 | 1000100 |
Color Harmonies of #EC70E7
Complementary color
Monochromatic Colors of #EC70E7
Black with #EC70E7
Text Example
Text Example
White with #EC70E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70E7; }
p { color: rgb(236,112,231); }
H1.HeaderClassName
{
color: #EC70E7;
}
.AnyTagClassName
{
color: #EC70E7;
}
</style>
background-color css
<style>
a { background-color: #EC70E7; }
a { background-color: rgb(236,112,231); }
div.DivClassName
{
background-color: #EC70E7;
}
.BgClassName
{
background-color: #EC70E7;
}
</style>
border-color css
<style>
span { border-color: #EC70E7; }
span { border-color: rgb(236,112,231); }
td.TdClassName
{
border-color: #EC70E7;
}
.TagClassName
{
border-color: #EC70E7;
}
</style>