Shades of Violet #EC74EC
Tints of Violet #EC74EC
RGB
CMYK
RGB Variations
Color information
#EC74EC (or 0xEC74EC) is known color: Violet. HEX triplet: EC, 74 and EC. RGB value is (236,116,236). Sum of RGB (Red+Green+Blue) = 236+116+236=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC74EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74EC is #138B13. Grayscale: #A5A5A5. Windows color (decimal): -1280788 or 15496428. OLE color: 15496428.
HSL color Cylindrical-coordinate representation of color #EC74EC: hue angle of 300º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC74EC is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 116 | 236 | - |
CMYK | 0 | 0.51 | 0 | 0.07 |
HSL | 300º | 0.76% | 0.69% | - |
HSV(B) | 300º | 0.51% | 0.93% | - |
XYZ | 55.98 | 36.38 | 83.43 | - |
YUV | 165.56 | 167.76 | 178.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 116 | 236 | 0 | 0.51 | 0 | 0.07 | 300 | 0.76 | 0.69 |
Hex | EC | 74 | EC | 0 | 33 | 0 | 7 | 12C | 4C | 45 |
Octal | 354 | 164 | 354 | 0 | 63 | 0 | 7 | 454 | 114 | 105 |
Binary | 11101100 | 1110100 | 11101100 | 0 | 110011 | 0 | 111 | 100101100 | 1001100 | 1000101 |
Color Harmonies of #EC74EC
Complementary color
Monochromatic Colors of #EC74EC
Black with #EC74EC
Text Example
Text Example
White with #EC74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74EC; }
p { color: rgb(236,116,236); }
H1.HeaderClassName
{
color: #EC74EC;
}
.AnyTagClassName
{
color: #EC74EC;
}
</style>
background-color css
<style>
a { background-color: #EC74EC; }
a { background-color: rgb(236,116,236); }
div.DivClassName
{
background-color: #EC74EC;
}
.BgClassName
{
background-color: #EC74EC;
}
</style>
border-color css
<style>
span { border-color: #EC74EC; }
span { border-color: rgb(236,116,236); }
td.TdClassName
{
border-color: #EC74EC;
}
.TagClassName
{
border-color: #EC74EC;
}
</style>