Shades of Violet #EC73E4
Tints of Violet #EC73E4
RGB
CMYK
RGB Variations
Color information
#EC73E4 (or 0xEC73E4) is known color: Violet. HEX triplet: EC, 73 and E4. RGB value is (236,115,228). Sum of RGB (Red+Green+Blue) = 236+115+228=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73E4 is #138C1B. Grayscale: #A3A3A3. Windows color (decimal): -1281052 or 14971884. OLE color: 14971884.
HSL color Cylindrical-coordinate representation of color #EC73E4: hue angle of 303.97º 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 #EC73E4 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 228 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.07 |
| HSL | 303.97º | 0.76% | 0.69% | - |
| HSV(B) | 303.97º | 0.51% | 0.93% | - |
| XYZ | 54.73 | 35.7 | 77.4 | - |
| YUV | 164.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 228 | 0 | 0.51 | 0.03 | 0.07 | 303.97 | 0.76 | 0.69 |
| Hex | EC | 73 | E4 | 0 | 33 | 3 | 7 | 130 | 4C | 45 |
| Octal | 354 | 163 | 344 | 0 | 63 | 3 | 7 | 460 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11100100 | 0 | 110011 | 11 | 111 | 100110000 | 1001100 | 1000101 |
Color Harmonies of #EC73E4
Complementary color
Monochromatic Colors of #EC73E4
Black with #EC73E4
Text Example
Text Example
White with #EC73E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73E4; }
p { color: rgb(236,115,228); }
H1.HeaderClassName
{
color: #EC73E4;
}
.AnyTagClassName
{
color: #EC73E4;
}
</style>
background-color css
<style>
a { background-color: #EC73E4; }
a { background-color: rgb(236,115,228); }
div.DivClassName
{
background-color: #EC73E4;
}
.BgClassName
{
background-color: #EC73E4;
}
</style>
border-color css
<style>
span { border-color: #EC73E4; }
span { border-color: rgb(236,115,228); }
td.TdClassName
{
border-color: #EC73E4;
}
.TagClassName
{
border-color: #EC73E4;
}
</style>