Shades of Violet #ED7CF7
Tints of Violet #ED7CF7
RGB
CMYK
RGB Variations
Color information
#ED7CF7 (or 0xED7CF7) is known color: Violet. HEX triplet: ED, 7C and F7. RGB value is (237,124,247). Sum of RGB (Red+Green+Blue) = 237+124+247=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 124 (48.83% from 255 or 20.39% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED7CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CF7 is #128308. Grayscale: #ABABAB. Windows color (decimal): -1213193 or 16219373. OLE color: 16219373.
HSL color Cylindrical-coordinate representation of color #ED7CF7: hue angle of 295.12º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7CF7 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 124 | 247 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.03 |
| HSL | 295.12º | 0.88% | 0.73% | - |
| HSV(B) | 295.12º | 0.5% | 0.97% | - |
| XYZ | 58.92 | 39.14 | 92.44 | - |
| YUV | 171.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 247 | 0.04 | 0.50 | 0 | 0.03 | 295.12 | 0.88 | 0.73 |
| Hex | ED | 7C | F7 | 4 | 32 | 0 | 3 | 127 | 58 | 49 |
| Octal | 355 | 174 | 367 | 4 | 62 | 0 | 3 | 447 | 130 | 111 |
| Binary | 11101101 | 1111100 | 11110111 | 100 | 110010 | 0 | 11 | 100100111 | 1011000 | 1001001 |
Color Harmonies of #ED7CF7
Complementary color
Monochromatic Colors of #ED7CF7
Black with #ED7CF7
Text Example
Text Example
White with #ED7CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CF7; }
p { color: rgb(237,124,247); }
H1.HeaderClassName
{
color: #ED7CF7;
}
.AnyTagClassName
{
color: #ED7CF7;
}
</style>
background-color css
<style>
a { background-color: #ED7CF7; }
a { background-color: rgb(237,124,247); }
div.DivClassName
{
background-color: #ED7CF7;
}
.BgClassName
{
background-color: #ED7CF7;
}
</style>
border-color css
<style>
span { border-color: #ED7CF7; }
span { border-color: rgb(237,124,247); }
td.TdClassName
{
border-color: #ED7CF7;
}
.TagClassName
{
border-color: #ED7CF7;
}
</style>