Shades of Violet #EC7FEF
Tints of Violet #EC7FEF
RGB
CMYK
RGB Variations
Color information
#EC7FEF (or 0xEC7FEF) is known color: Violet. HEX triplet: EC, 7F and EF. RGB value is (236,127,239). Sum of RGB (Red+Green+Blue) = 236+127+239=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC7FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FEF is #138010. Grayscale: #ACACAC. Windows color (decimal): -1277969 or 15695852. OLE color: 15695852.
HSL color Cylindrical-coordinate representation of color #EC7FEF: hue angle of 298.39º degrees, saturation: 0.78, 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 #EC7FEF is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 127 | 239 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.06 |
| HSL | 298.39º | 0.78% | 0.72% | - |
| HSV(B) | 298.39º | 0.47% | 0.94% | - |
| XYZ | 57.76 | 39.24 | 86.19 | - |
| YUV | 172.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 239 | 0.01 | 0.47 | 0 | 0.06 | 298.39 | 0.78 | 0.72 |
| Hex | EC | 7F | EF | 1 | 2F | 0 | 6 | 12A | 4E | 48 |
| Octal | 354 | 177 | 357 | 1 | 57 | 0 | 6 | 452 | 116 | 110 |
| Binary | 11101100 | 1111111 | 11101111 | 1 | 101111 | 0 | 110 | 100101010 | 1001110 | 1001000 |
Color Harmonies of #EC7FEF
Complementary color
Monochromatic Colors of #EC7FEF
Black with #EC7FEF
Text Example
Text Example
White with #EC7FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FEF; }
p { color: rgb(236,127,239); }
H1.HeaderClassName
{
color: #EC7FEF;
}
.AnyTagClassName
{
color: #EC7FEF;
}
</style>
background-color css
<style>
a { background-color: #EC7FEF; }
a { background-color: rgb(236,127,239); }
div.DivClassName
{
background-color: #EC7FEF;
}
.BgClassName
{
background-color: #EC7FEF;
}
</style>
border-color css
<style>
span { border-color: #EC7FEF; }
span { border-color: rgb(236,127,239); }
td.TdClassName
{
border-color: #EC7FEF;
}
.TagClassName
{
border-color: #EC7FEF;
}
</style>