Shades of Violet #EC7FF0
Tints of Violet #EC7FF0
RGB
CMYK
RGB Variations
Color information
#EC7FF0 (or 0xEC7FF0) is known color: Violet. HEX triplet: EC, 7F and F0. RGB value is (236,127,240). Sum of RGB (Red+Green+Blue) = 236+127+240=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC7FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FF0 is #13800F. Grayscale: #ACACAC. Windows color (decimal): -1277968 or 15761388. OLE color: 15761388.
HSL color Cylindrical-coordinate representation of color #EC7FF0: hue angle of 297.88º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7FF0 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 127 | 240 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.06 |
| HSL | 297.88º | 0.79% | 0.72% | - |
| HSV(B) | 297.88º | 0.47% | 0.94% | - |
| XYZ | 57.91 | 39.3 | 86.97 | - |
| YUV | 172.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 240 | 0.02 | 0.47 | 0 | 0.06 | 297.88 | 0.79 | 0.72 |
| Hex | EC | 7F | F0 | 2 | 2F | 0 | 6 | 12A | 4F | 48 |
| Octal | 354 | 177 | 360 | 2 | 57 | 0 | 6 | 452 | 117 | 110 |
| Binary | 11101100 | 1111111 | 11110000 | 10 | 101111 | 0 | 110 | 100101010 | 1001111 | 1001000 |
Color Harmonies of #EC7FF0
Complementary color
Monochromatic Colors of #EC7FF0
Black with #EC7FF0
Text Example
Text Example
White with #EC7FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FF0; }
p { color: rgb(236,127,240); }
H1.HeaderClassName
{
color: #EC7FF0;
}
.AnyTagClassName
{
color: #EC7FF0;
}
</style>
background-color css
<style>
a { background-color: #EC7FF0; }
a { background-color: rgb(236,127,240); }
div.DivClassName
{
background-color: #EC7FF0;
}
.BgClassName
{
background-color: #EC7FF0;
}
</style>
border-color css
<style>
span { border-color: #EC7FF0; }
span { border-color: rgb(236,127,240); }
td.TdClassName
{
border-color: #EC7FF0;
}
.TagClassName
{
border-color: #EC7FF0;
}
</style>