Shades of Violet #EC71E4
Tints of Violet #EC71E4
RGB
CMYK
RGB Variations
Color information
#EC71E4 (or 0xEC71E4) is known color: Violet. HEX triplet: EC, 71 and E4. RGB value is (236,113,228). Sum of RGB (Red+Green+Blue) = 236+113+228=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71E4 is #138E1B. Grayscale: #A2A2A2. Windows color (decimal): -1281564 or 14971372. OLE color: 14971372.
HSL color Cylindrical-coordinate representation of color #EC71E4: hue angle of 303.9º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC71E4 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 228 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.07 |
| HSL | 303.9º | 0.76% | 0.68% | - |
| HSV(B) | 303.9º | 0.52% | 0.93% | - |
| XYZ | 54.5 | 35.24 | 77.33 | - |
| YUV | 162.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 228 | 0 | 0.52 | 0.03 | 0.07 | 303.9 | 0.76 | 0.68 |
| Hex | EC | 71 | E4 | 0 | 34 | 3 | 7 | 130 | 4C | 44 |
| Octal | 354 | 161 | 344 | 0 | 64 | 3 | 7 | 460 | 114 | 104 |
| Binary | 11101100 | 1110001 | 11100100 | 0 | 110100 | 11 | 111 | 100110000 | 1001100 | 1000100 |
Color Harmonies of #EC71E4
Complementary color
Monochromatic Colors of #EC71E4
Black with #EC71E4
Text Example
Text Example
White with #EC71E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71E4; }
p { color: rgb(236,113,228); }
H1.HeaderClassName
{
color: #EC71E4;
}
.AnyTagClassName
{
color: #EC71E4;
}
</style>
background-color css
<style>
a { background-color: #EC71E4; }
a { background-color: rgb(236,113,228); }
div.DivClassName
{
background-color: #EC71E4;
}
.BgClassName
{
background-color: #EC71E4;
}
</style>
border-color css
<style>
span { border-color: #EC71E4; }
span { border-color: rgb(236,113,228); }
td.TdClassName
{
border-color: #EC71E4;
}
.TagClassName
{
border-color: #EC71E4;
}
</style>