Shades of Violet #EC70EF
Tints of Violet #EC70EF
RGB
CMYK
RGB Variations
Color information
#EC70EF (or 0xEC70EF) is known color: Violet. HEX triplet: EC, 70 and EF. RGB value is (236,112,239). Sum of RGB (Red+Green+Blue) = 236+112+239=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC70EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70EF is #138F10. Grayscale: #A3A3A3. Windows color (decimal): -1281809 or 15692012. OLE color: 15692012.
HSL color Cylindrical-coordinate representation of color #EC70EF: hue angle of 298.58º degrees, saturation: 0.8, 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 #EC70EF is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 112 | 239 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.06 |
| HSL | 298.58º | 0.8% | 0.69% | - |
| HSV(B) | 298.58º | 0.53% | 0.94% | - |
| XYZ | 55.97 | 35.65 | 85.59 | - |
| YUV | 163.55 | 170.58 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 239 | 0.01 | 0.53 | 0 | 0.06 | 298.58 | 0.8 | 0.69 |
| Hex | EC | 70 | EF | 1 | 35 | 0 | 6 | 12B | 50 | 45 |
| Octal | 354 | 160 | 357 | 1 | 65 | 0 | 6 | 453 | 120 | 105 |
| Binary | 11101100 | 1110000 | 11101111 | 1 | 110101 | 0 | 110 | 100101011 | 1010000 | 1000101 |
Color Harmonies of #EC70EF
Complementary color
Monochromatic Colors of #EC70EF
Black with #EC70EF
Text Example
Text Example
White with #EC70EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70EF; }
p { color: rgb(236,112,239); }
H1.HeaderClassName
{
color: #EC70EF;
}
.AnyTagClassName
{
color: #EC70EF;
}
</style>
background-color css
<style>
a { background-color: #EC70EF; }
a { background-color: rgb(236,112,239); }
div.DivClassName
{
background-color: #EC70EF;
}
.BgClassName
{
background-color: #EC70EF;
}
</style>
border-color css
<style>
span { border-color: #EC70EF; }
span { border-color: rgb(236,112,239); }
td.TdClassName
{
border-color: #EC70EF;
}
.TagClassName
{
border-color: #EC70EF;
}
</style>