Shades of Violet #EC70F1
Tints of Violet #EC70F1
RGB
CMYK
RGB Variations
Color information
#EC70F1 (or 0xEC70F1) is known color: Violet. HEX triplet: EC, 70 and F1. RGB value is (236,112,241). Sum of RGB (Red+Green+Blue) = 236+112+241=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC70F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70F1 is #138F0E. Grayscale: #A3A3A3. Windows color (decimal): -1281807 or 15823084. OLE color: 15823084.
HSL color Cylindrical-coordinate representation of color #EC70F1: hue angle of 297.67º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC70F1 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 112 | 241 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.05 |
| HSL | 297.67º | 0.82% | 0.69% | - |
| HSV(B) | 297.67º | 0.54% | 0.95% | - |
| XYZ | 56.26 | 35.77 | 87.16 | - |
| YUV | 163.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 241 | 0.02 | 0.54 | 0 | 0.05 | 297.67 | 0.82 | 0.69 |
| Hex | EC | 70 | F1 | 2 | 36 | 0 | 5 | 12A | 52 | 45 |
| Octal | 354 | 160 | 361 | 2 | 66 | 0 | 5 | 452 | 122 | 105 |
| Binary | 11101100 | 1110000 | 11110001 | 10 | 110110 | 0 | 101 | 100101010 | 1010010 | 1000101 |
Color Harmonies of #EC70F1
Complementary color
Monochromatic Colors of #EC70F1
Black with #EC70F1
Text Example
Text Example
White with #EC70F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70F1; }
p { color: rgb(236,112,241); }
H1.HeaderClassName
{
color: #EC70F1;
}
.AnyTagClassName
{
color: #EC70F1;
}
</style>
background-color css
<style>
a { background-color: #EC70F1; }
a { background-color: rgb(236,112,241); }
div.DivClassName
{
background-color: #EC70F1;
}
.BgClassName
{
background-color: #EC70F1;
}
</style>
border-color css
<style>
span { border-color: #EC70F1; }
span { border-color: rgb(236,112,241); }
td.TdClassName
{
border-color: #EC70F1;
}
.TagClassName
{
border-color: #EC70F1;
}
</style>