Shades of Violet #EC70F0
Tints of Violet #EC70F0
RGB
CMYK
RGB Variations
Color information
#EC70F0 (or 0xEC70F0) is known color: Violet. HEX triplet: EC, 70 and F0. RGB value is (236,112,240). Sum of RGB (Red+Green+Blue) = 236+112+240=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC70F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70F0 is #138F0F. Grayscale: #A3A3A3. Windows color (decimal): -1281808 or 15757548. OLE color: 15757548.
HSL color Cylindrical-coordinate representation of color #EC70F0: hue angle of 298.12º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70F0 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 112 | 240 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.06 |
| HSL | 298.13º | 0.81% | 0.69% | - |
| HSV(B) | 298.13º | 0.53% | 0.94% | - |
| XYZ | 56.11 | 35.71 | 86.37 | - |
| YUV | 163.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 240 | 0.02 | 0.53 | 0 | 0.06 | 298.13 | 0.81 | 0.69 |
| Hex | EC | 70 | F0 | 2 | 35 | 0 | 6 | 12A | 51 | 45 |
| Octal | 354 | 160 | 360 | 2 | 65 | 0 | 6 | 452 | 121 | 105 |
| Binary | 11101100 | 1110000 | 11110000 | 10 | 110101 | 0 | 110 | 100101010 | 1010001 | 1000101 |
Color Harmonies of #EC70F0
Complementary color
Monochromatic Colors of #EC70F0
Black with #EC70F0
Text Example
Text Example
White with #EC70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70F0; }
p { color: rgb(236,112,240); }
H1.HeaderClassName
{
color: #EC70F0;
}
.AnyTagClassName
{
color: #EC70F0;
}
</style>
background-color css
<style>
a { background-color: #EC70F0; }
a { background-color: rgb(236,112,240); }
div.DivClassName
{
background-color: #EC70F0;
}
.BgClassName
{
background-color: #EC70F0;
}
</style>
border-color css
<style>
span { border-color: #EC70F0; }
span { border-color: rgb(236,112,240); }
td.TdClassName
{
border-color: #EC70F0;
}
.TagClassName
{
border-color: #EC70F0;
}
</style>