Shades of Violet #ED7CF5
Tints of Violet #ED7CF5
RGB
CMYK
RGB Variations
Color information
#ED7CF5 (or 0xED7CF5) is known color: Violet. HEX triplet: ED, 7C and F5. RGB value is (237,124,245). Sum of RGB (Red+Green+Blue) = 237+124+245=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 124 (48.83% from 255 or 20.46% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED7CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CF5 is #12830A. Grayscale: #ABABAB. Windows color (decimal): -1213195 or 16088301. OLE color: 16088301.
HSL color Cylindrical-coordinate representation of color #ED7CF5: hue angle of 296.03º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7CF5 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 124 | 245 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.04 |
| HSL | 296.03º | 0.86% | 0.72% | - |
| HSV(B) | 296.03º | 0.49% | 0.96% | - |
| XYZ | 58.61 | 39.01 | 90.83 | - |
| YUV | 171.58 | 169.44 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 245 | 0.03 | 0.49 | 0 | 0.04 | 296.03 | 0.86 | 0.72 |
| Hex | ED | 7C | F5 | 3 | 31 | 0 | 4 | 128 | 56 | 48 |
| Octal | 355 | 174 | 365 | 3 | 61 | 0 | 4 | 450 | 126 | 110 |
| Binary | 11101101 | 1111100 | 11110101 | 11 | 110001 | 0 | 100 | 100101000 | 1010110 | 1001000 |
Color Harmonies of #ED7CF5
Complementary color
Monochromatic Colors of #ED7CF5
Black with #ED7CF5
Text Example
Text Example
White with #ED7CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CF5; }
p { color: rgb(237,124,245); }
H1.HeaderClassName
{
color: #ED7CF5;
}
.AnyTagClassName
{
color: #ED7CF5;
}
</style>
background-color css
<style>
a { background-color: #ED7CF5; }
a { background-color: rgb(237,124,245); }
div.DivClassName
{
background-color: #ED7CF5;
}
.BgClassName
{
background-color: #ED7CF5;
}
</style>
border-color css
<style>
span { border-color: #ED7CF5; }
span { border-color: rgb(237,124,245); }
td.TdClassName
{
border-color: #ED7CF5;
}
.TagClassName
{
border-color: #ED7CF5;
}
</style>