Shades of Violet #EC73EE
Tints of Violet #EC73EE
RGB
CMYK
RGB Variations
Color information
#EC73EE (or 0xEC73EE) is known color: Violet. HEX triplet: EC, 73 and EE. RGB value is (236,115,238). Sum of RGB (Red+Green+Blue) = 236+115+238=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 115 (45.31% from 255 or 19.52% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC73EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC73EE is #138C11. Grayscale: #A4A4A4. Windows color (decimal): -1281042 or 15627244. OLE color: 15627244.
HSL color Cylindrical-coordinate representation of color #EC73EE: hue angle of 299.02º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC73EE is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 238 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.07 |
| HSL | 299.02º | 0.78% | 0.69% | - |
| HSV(B) | 299.02º | 0.52% | 0.93% | - |
| XYZ | 56.16 | 36.27 | 84.93 | - |
| YUV | 165.2 | 169.09 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 238 | 0.01 | 0.52 | 0 | 0.07 | 299.02 | 0.78 | 0.69 |
| Hex | EC | 73 | EE | 1 | 34 | 0 | 7 | 12B | 4E | 45 |
| Octal | 354 | 163 | 356 | 1 | 64 | 0 | 7 | 453 | 116 | 105 |
| Binary | 11101100 | 1110011 | 11101110 | 1 | 110100 | 0 | 111 | 100101011 | 1001110 | 1000101 |
Color Harmonies of #EC73EE
Complementary color
Monochromatic Colors of #EC73EE
Black with #EC73EE
Text Example
Text Example
White with #EC73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73EE; }
p { color: rgb(236,115,238); }
H1.HeaderClassName
{
color: #EC73EE;
}
.AnyTagClassName
{
color: #EC73EE;
}
</style>
background-color css
<style>
a { background-color: #EC73EE; }
a { background-color: rgb(236,115,238); }
div.DivClassName
{
background-color: #EC73EE;
}
.BgClassName
{
background-color: #EC73EE;
}
</style>
border-color css
<style>
span { border-color: #EC73EE; }
span { border-color: rgb(236,115,238); }
td.TdClassName
{
border-color: #EC73EE;
}
.TagClassName
{
border-color: #EC73EE;
}
</style>