Shades of Violet #EC7DE2
Tints of Violet #EC7DE2
RGB
CMYK
RGB Variations
Color information
#EC7DE2 (or 0xEC7DE2) is known color: Violet. HEX triplet: EC, 7D and E2. RGB value is (236,125,226). Sum of RGB (Red+Green+Blue) = 236+125+226=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DE2 is #13821D. Grayscale: #A9A9A9. Windows color (decimal): -1278494 or 14843372. OLE color: 14843372.
HSL color Cylindrical-coordinate representation of color #EC7DE2: hue angle of 305.41º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7DE2 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 226 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.07 |
| HSL | 305.41º | 0.74% | 0.71% | - |
| HSV(B) | 305.41º | 0.47% | 0.93% | - |
| XYZ | 55.65 | 37.99 | 76.35 | - |
| YUV | 169.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 226 | 0 | 0.47 | 0.04 | 0.07 | 305.41 | 0.74 | 0.71 |
| Hex | EC | 7D | E2 | 0 | 2F | 4 | 7 | 131 | 4A | 47 |
| Octal | 354 | 175 | 342 | 0 | 57 | 4 | 7 | 461 | 112 | 107 |
| Binary | 11101100 | 1111101 | 11100010 | 0 | 101111 | 100 | 111 | 100110001 | 1001010 | 1000111 |
Color Harmonies of #EC7DE2
Complementary color
Monochromatic Colors of #EC7DE2
Black with #EC7DE2
Text Example
Text Example
White with #EC7DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DE2; }
p { color: rgb(236,125,226); }
H1.HeaderClassName
{
color: #EC7DE2;
}
.AnyTagClassName
{
color: #EC7DE2;
}
</style>
background-color css
<style>
a { background-color: #EC7DE2; }
a { background-color: rgb(236,125,226); }
div.DivClassName
{
background-color: #EC7DE2;
}
.BgClassName
{
background-color: #EC7DE2;
}
</style>
border-color css
<style>
span { border-color: #EC7DE2; }
span { border-color: rgb(236,125,226); }
td.TdClassName
{
border-color: #EC7DE2;
}
.TagClassName
{
border-color: #EC7DE2;
}
</style>