Shades of Violet #EC7FFA
Tints of Violet #EC7FFA
RGB
CMYK
RGB Variations
Color information
#EC7FFA (or 0xEC7FFA) is known color: Violet. HEX triplet: EC, 7F and FA. RGB value is (236,127,250). Sum of RGB (Red+Green+Blue) = 236+127+250=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 127 (50% from 255 or 20.72% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC7FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FFA is #138005. Grayscale: #ADADAD. Windows color (decimal): -1277958 or 16416748. OLE color: 16416748.
HSL color Cylindrical-coordinate representation of color #EC7FFA: hue angle of 293.17º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7FFA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 127 | 250 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.02 |
| HSL | 293.17º | 0.92% | 0.74% | - |
| HSV(B) | 293.17º | 0.49% | 0.98% | - |
| XYZ | 59.44 | 39.91 | 95.01 | - |
| YUV | 173.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 250 | 0.06 | 0.49 | 0 | 0.02 | 293.17 | 0.92 | 0.74 |
| Hex | EC | 7F | FA | 6 | 31 | 0 | 2 | 125 | 5C | 4A |
| Octal | 354 | 177 | 372 | 6 | 61 | 0 | 2 | 445 | 134 | 112 |
| Binary | 11101100 | 1111111 | 11111010 | 110 | 110001 | 0 | 10 | 100100101 | 1011100 | 1001010 |
Color Harmonies of #EC7FFA
Complementary color
Monochromatic Colors of #EC7FFA
Black with #EC7FFA
Text Example
Text Example
White with #EC7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FFA; }
p { color: rgb(236,127,250); }
H1.HeaderClassName
{
color: #EC7FFA;
}
.AnyTagClassName
{
color: #EC7FFA;
}
</style>
background-color css
<style>
a { background-color: #EC7FFA; }
a { background-color: rgb(236,127,250); }
div.DivClassName
{
background-color: #EC7FFA;
}
.BgClassName
{
background-color: #EC7FFA;
}
</style>
border-color css
<style>
span { border-color: #EC7FFA; }
span { border-color: rgb(236,127,250); }
td.TdClassName
{
border-color: #EC7FFA;
}
.TagClassName
{
border-color: #EC7FFA;
}
</style>