Shades of Violet #EC71EB
Tints of Violet #EC71EB
RGB
CMYK
RGB Variations
Color information
#EC71EB (or 0xEC71EB) is known color: Violet. HEX triplet: EC, 71 and EB. RGB value is (236,113,235). Sum of RGB (Red+Green+Blue) = 236+113+235=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71EB is #138E14. Grayscale: #A3A3A3. Windows color (decimal): -1281557 or 15430124. OLE color: 15430124.
HSL color Cylindrical-coordinate representation of color #EC71EB: hue angle of 300.49º 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 #EC71EB is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 235 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.07 |
| HSL | 300.49º | 0.76% | 0.68% | - |
| HSV(B) | 300.49º | 0.52% | 0.93% | - |
| XYZ | 55.49 | 35.64 | 82.55 | - |
| YUV | 163.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 235 | 0 | 0.52 | 0.00 | 0.07 | 300.49 | 0.76 | 0.68 |
| Hex | EC | 71 | EB | 0 | 34 | 0 | 7 | 12C | 4C | 44 |
| Octal | 354 | 161 | 353 | 0 | 64 | 0 | 7 | 454 | 114 | 104 |
| Binary | 11101100 | 1110001 | 11101011 | 0 | 110100 | 0 | 111 | 100101100 | 1001100 | 1000100 |
Color Harmonies of #EC71EB
Complementary color
Monochromatic Colors of #EC71EB
Black with #EC71EB
Text Example
Text Example
White with #EC71EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71EB; }
p { color: rgb(236,113,235); }
H1.HeaderClassName
{
color: #EC71EB;
}
.AnyTagClassName
{
color: #EC71EB;
}
</style>
background-color css
<style>
a { background-color: #EC71EB; }
a { background-color: rgb(236,113,235); }
div.DivClassName
{
background-color: #EC71EB;
}
.BgClassName
{
background-color: #EC71EB;
}
</style>
border-color css
<style>
span { border-color: #EC71EB; }
span { border-color: rgb(236,113,235); }
td.TdClassName
{
border-color: #EC71EB;
}
.TagClassName
{
border-color: #EC71EB;
}
</style>