Shades of Violet #ED7CE6
Tints of Violet #ED7CE6
RGB
CMYK
RGB Variations
Color information
#ED7CE6 (or 0xED7CE6) is known color: Violet. HEX triplet: ED, 7C and E6. RGB value is (237,124,230). Sum of RGB (Red+Green+Blue) = 237+124+230=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CE6 is #128319. Grayscale: #A9A9A9. Windows color (decimal): -1213210 or 15105261. OLE color: 15105261.
HSL color Cylindrical-coordinate representation of color #ED7CE6: hue angle of 303.72º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7CE6 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 230 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.07 |
| HSL | 303.72º | 0.76% | 0.71% | - |
| HSV(B) | 303.72º | 0.48% | 0.93% | - |
| XYZ | 56.42 | 38.13 | 79.25 | - |
| YUV | 169.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 230 | 0 | 0.48 | 0.03 | 0.07 | 303.72 | 0.76 | 0.71 |
| Hex | ED | 7C | E6 | 0 | 30 | 3 | 7 | 130 | 4C | 47 |
| Octal | 355 | 174 | 346 | 0 | 60 | 3 | 7 | 460 | 114 | 107 |
| Binary | 11101101 | 1111100 | 11100110 | 0 | 110000 | 11 | 111 | 100110000 | 1001100 | 1000111 |
Color Harmonies of #ED7CE6
Complementary color
Monochromatic Colors of #ED7CE6
Black with #ED7CE6
Text Example
Text Example
White with #ED7CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CE6; }
p { color: rgb(237,124,230); }
H1.HeaderClassName
{
color: #ED7CE6;
}
.AnyTagClassName
{
color: #ED7CE6;
}
</style>
background-color css
<style>
a { background-color: #ED7CE6; }
a { background-color: rgb(237,124,230); }
div.DivClassName
{
background-color: #ED7CE6;
}
.BgClassName
{
background-color: #ED7CE6;
}
</style>
border-color css
<style>
span { border-color: #ED7CE6; }
span { border-color: rgb(237,124,230); }
td.TdClassName
{
border-color: #ED7CE6;
}
.TagClassName
{
border-color: #ED7CE6;
}
</style>