Shades of Violet #EC77E3
Tints of Violet #EC77E3
RGB
CMYK
RGB Variations
Color information
#EC77E3 (or 0xEC77E3) is known color: Violet. HEX triplet: EC, 77 and E3. RGB value is (236,119,227). Sum of RGB (Red+Green+Blue) = 236+119+227=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77E3 is #13881C. Grayscale: #A5A5A5. Windows color (decimal): -1280029 or 14907372. OLE color: 14907372.
HSL color Cylindrical-coordinate representation of color #EC77E3: hue angle of 304.62º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC77E3 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 227 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.07 |
| HSL | 304.62º | 0.75% | 0.7% | - |
| HSV(B) | 304.62º | 0.5% | 0.93% | - |
| XYZ | 55.05 | 36.57 | 76.83 | - |
| YUV | 166.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 227 | 0 | 0.50 | 0.04 | 0.07 | 304.62 | 0.75 | 0.7 |
| Hex | EC | 77 | E3 | 0 | 32 | 4 | 7 | 131 | 4B | 46 |
| Octal | 354 | 167 | 343 | 0 | 62 | 4 | 7 | 461 | 113 | 106 |
| Binary | 11101100 | 1110111 | 11100011 | 0 | 110010 | 100 | 111 | 100110001 | 1001011 | 1000110 |
Color Harmonies of #EC77E3
Complementary color
Monochromatic Colors of #EC77E3
Black with #EC77E3
Text Example
Text Example
White with #EC77E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC77E3; }
p { color: rgb(236,119,227); }
H1.HeaderClassName
{
color: #EC77E3;
}
.AnyTagClassName
{
color: #EC77E3;
}
</style>
background-color css
<style>
a { background-color: #EC77E3; }
a { background-color: rgb(236,119,227); }
div.DivClassName
{
background-color: #EC77E3;
}
.BgClassName
{
background-color: #EC77E3;
}
</style>
border-color css
<style>
span { border-color: #EC77E3; }
span { border-color: rgb(236,119,227); }
td.TdClassName
{
border-color: #EC77E3;
}
.TagClassName
{
border-color: #EC77E3;
}
</style>