Shades of Violet #EC74F6
Tints of Violet #EC74F6
RGB
CMYK
RGB Variations
Color information
#EC74F6 (or 0xEC74F6) is known color: Violet. HEX triplet: EC, 74 and F6. RGB value is (236,116,246). Sum of RGB (Red+Green+Blue) = 236+116+246=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 116 (45.70% from 255 or 19.40% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC74F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74F6 is #138B09. Grayscale: #A6A6A6. Windows color (decimal): -1280778 or 16151788. OLE color: 16151788.
HSL color Cylindrical-coordinate representation of color #EC74F6: hue angle of 295.38º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC74F6 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 116 | 246 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.04 |
| HSL | 295.38º | 0.88% | 0.71% | - |
| HSV(B) | 295.38º | 0.53% | 0.96% | - |
| XYZ | 57.47 | 36.98 | 91.3 | - |
| YUV | 166.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 246 | 0.04 | 0.53 | 0 | 0.04 | 295.38 | 0.88 | 0.71 |
| Hex | EC | 74 | F6 | 4 | 35 | 0 | 4 | 127 | 58 | 47 |
| Octal | 354 | 164 | 366 | 4 | 65 | 0 | 4 | 447 | 130 | 107 |
| Binary | 11101100 | 1110100 | 11110110 | 100 | 110101 | 0 | 100 | 100100111 | 1011000 | 1000111 |
Color Harmonies of #EC74F6
Complementary color
Monochromatic Colors of #EC74F6
Black with #EC74F6
Text Example
Text Example
White with #EC74F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74F6; }
p { color: rgb(236,116,246); }
H1.HeaderClassName
{
color: #EC74F6;
}
.AnyTagClassName
{
color: #EC74F6;
}
</style>
background-color css
<style>
a { background-color: #EC74F6; }
a { background-color: rgb(236,116,246); }
div.DivClassName
{
background-color: #EC74F6;
}
.BgClassName
{
background-color: #EC74F6;
}
</style>
border-color css
<style>
span { border-color: #EC74F6; }
span { border-color: rgb(236,116,246); }
td.TdClassName
{
border-color: #EC74F6;
}
.TagClassName
{
border-color: #EC74F6;
}
</style>