Shades of Violet #ED7CF6
Tints of Violet #ED7CF6
RGB
CMYK
RGB Variations
Color information
#ED7CF6 (or 0xED7CF6) is known color: Violet. HEX triplet: ED, 7C and F6. RGB value is (237,124,246). Sum of RGB (Red+Green+Blue) = 237+124+246=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 124 (48.83% from 255 or 20.43% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED7CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CF6 is #128309. Grayscale: #ABABAB. Windows color (decimal): -1213194 or 16153837. OLE color: 16153837.
HSL color Cylindrical-coordinate representation of color #ED7CF6: hue angle of 295.57º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7CF6 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 124 | 246 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.04 |
| HSL | 295.57º | 0.87% | 0.73% | - |
| HSV(B) | 295.57º | 0.5% | 0.96% | - |
| XYZ | 58.77 | 39.07 | 91.63 | - |
| YUV | 171.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 246 | 0.04 | 0.50 | 0 | 0.04 | 295.57 | 0.87 | 0.73 |
| Hex | ED | 7C | F6 | 4 | 32 | 0 | 4 | 128 | 57 | 49 |
| Octal | 355 | 174 | 366 | 4 | 62 | 0 | 4 | 450 | 127 | 111 |
| Binary | 11101101 | 1111100 | 11110110 | 100 | 110010 | 0 | 100 | 100101000 | 1010111 | 1001001 |
Color Harmonies of #ED7CF6
Complementary color
Monochromatic Colors of #ED7CF6
Black with #ED7CF6
Text Example
Text Example
White with #ED7CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CF6; }
p { color: rgb(237,124,246); }
H1.HeaderClassName
{
color: #ED7CF6;
}
.AnyTagClassName
{
color: #ED7CF6;
}
</style>
background-color css
<style>
a { background-color: #ED7CF6; }
a { background-color: rgb(237,124,246); }
div.DivClassName
{
background-color: #ED7CF6;
}
.BgClassName
{
background-color: #ED7CF6;
}
</style>
border-color css
<style>
span { border-color: #ED7CF6; }
span { border-color: rgb(237,124,246); }
td.TdClassName
{
border-color: #ED7CF6;
}
.TagClassName
{
border-color: #ED7CF6;
}
</style>