Shades of Violet #EC74F3
Tints of Violet #EC74F3
RGB
CMYK
RGB Variations
Color information
#EC74F3 (or 0xEC74F3) is known color: Violet. HEX triplet: EC, 74 and F3. RGB value is (236,116,243). Sum of RGB (Red+Green+Blue) = 236+116+243=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 116 (45.70% from 255 or 19.50% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC74F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74F3 is #138B0C. Grayscale: #A5A5A5. Windows color (decimal): -1280781 or 15955180. OLE color: 15955180.
HSL color Cylindrical-coordinate representation of color #EC74F3: hue angle of 296.69º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC74F3 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 116 | 243 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.05 |
| HSL | 296.69º | 0.84% | 0.7% | - |
| HSV(B) | 296.69º | 0.52% | 0.95% | - |
| XYZ | 57.02 | 36.79 | 88.89 | - |
| YUV | 166.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 243 | 0.03 | 0.52 | 0 | 0.05 | 296.69 | 0.84 | 0.7 |
| Hex | EC | 74 | F3 | 3 | 34 | 0 | 5 | 129 | 54 | 46 |
| Octal | 354 | 164 | 363 | 3 | 64 | 0 | 5 | 451 | 124 | 106 |
| Binary | 11101100 | 1110100 | 11110011 | 11 | 110100 | 0 | 101 | 100101001 | 1010100 | 1000110 |
Color Harmonies of #EC74F3
Complementary color
Monochromatic Colors of #EC74F3
Black with #EC74F3
Text Example
Text Example
White with #EC74F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74F3; }
p { color: rgb(236,116,243); }
H1.HeaderClassName
{
color: #EC74F3;
}
.AnyTagClassName
{
color: #EC74F3;
}
</style>
background-color css
<style>
a { background-color: #EC74F3; }
a { background-color: rgb(236,116,243); }
div.DivClassName
{
background-color: #EC74F3;
}
.BgClassName
{
background-color: #EC74F3;
}
</style>
border-color css
<style>
span { border-color: #EC74F3; }
span { border-color: rgb(236,116,243); }
td.TdClassName
{
border-color: #EC74F3;
}
.TagClassName
{
border-color: #EC74F3;
}
</style>