Shades of Violet #EC7EED
Tints of Violet #EC7EED
RGB
CMYK
RGB Variations
Color information
#EC7EED (or 0xEC7EED) is known color: Violet. HEX triplet: EC, 7E and ED. RGB value is (236,126,237). Sum of RGB (Red+Green+Blue) = 236+126+237=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC7EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EED is #138112. Grayscale: #ABABAB. Windows color (decimal): -1278227 or 15564524. OLE color: 15564524.
HSL color Cylindrical-coordinate representation of color #EC7EED: hue angle of 299.46º degrees, saturation: 0.76, 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 #EC7EED is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 237 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.07 |
| HSL | 299.46º | 0.76% | 0.71% | - |
| HSV(B) | 299.46º | 0.47% | 0.93% | - |
| XYZ | 57.34 | 38.87 | 84.6 | - |
| YUV | 171.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 237 | 0.00 | 0.47 | 0 | 0.07 | 299.46 | 0.76 | 0.71 |
| Hex | EC | 7E | ED | 0 | 2F | 0 | 7 | 12B | 4C | 47 |
| Octal | 354 | 176 | 355 | 0 | 57 | 0 | 7 | 453 | 114 | 107 |
| Binary | 11101100 | 1111110 | 11101101 | 0 | 101111 | 0 | 111 | 100101011 | 1001100 | 1000111 |
Color Harmonies of #EC7EED
Complementary color
Monochromatic Colors of #EC7EED
Black with #EC7EED
Text Example
Text Example
White with #EC7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EED; }
p { color: rgb(236,126,237); }
H1.HeaderClassName
{
color: #EC7EED;
}
.AnyTagClassName
{
color: #EC7EED;
}
</style>
background-color css
<style>
a { background-color: #EC7EED; }
a { background-color: rgb(236,126,237); }
div.DivClassName
{
background-color: #EC7EED;
}
.BgClassName
{
background-color: #EC7EED;
}
</style>
border-color css
<style>
span { border-color: #EC7EED; }
span { border-color: rgb(236,126,237); }
td.TdClassName
{
border-color: #EC7EED;
}
.TagClassName
{
border-color: #EC7EED;
}
</style>