Shades of Violet #EC73EF
Tints of Violet #EC73EF
RGB
CMYK
RGB Variations
Color information
#EC73EF (or 0xEC73EF) is known color: Violet. HEX triplet: EC, 73 and EF. RGB value is (236,115,239). Sum of RGB (Red+Green+Blue) = 236+115+239=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 115 (45.31% from 255 or 19.49% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC73EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC73EF is #138C10. Grayscale: #A4A4A4. Windows color (decimal): -1281041 or 15692780. OLE color: 15692780.
HSL color Cylindrical-coordinate representation of color #EC73EF: hue angle of 298.55º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC73EF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 115 | 239 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.06 |
| HSL | 298.55º | 0.79% | 0.69% | - |
| HSV(B) | 298.55º | 0.52% | 0.94% | - |
| XYZ | 56.3 | 36.33 | 85.71 | - |
| YUV | 165.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 239 | 0.01 | 0.52 | 0 | 0.06 | 298.55 | 0.79 | 0.69 |
| Hex | EC | 73 | EF | 1 | 34 | 0 | 6 | 12B | 4F | 45 |
| Octal | 354 | 163 | 357 | 1 | 64 | 0 | 6 | 453 | 117 | 105 |
| Binary | 11101100 | 1110011 | 11101111 | 1 | 110100 | 0 | 110 | 100101011 | 1001111 | 1000101 |
Color Harmonies of #EC73EF
Complementary color
Monochromatic Colors of #EC73EF
Black with #EC73EF
Text Example
Text Example
White with #EC73EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73EF; }
p { color: rgb(236,115,239); }
H1.HeaderClassName
{
color: #EC73EF;
}
.AnyTagClassName
{
color: #EC73EF;
}
</style>
background-color css
<style>
a { background-color: #EC73EF; }
a { background-color: rgb(236,115,239); }
div.DivClassName
{
background-color: #EC73EF;
}
.BgClassName
{
background-color: #EC73EF;
}
</style>
border-color css
<style>
span { border-color: #EC73EF; }
span { border-color: rgb(236,115,239); }
td.TdClassName
{
border-color: #EC73EF;
}
.TagClassName
{
border-color: #EC73EF;
}
</style>