Shades of Violet #ED7CFC
Tints of Violet #ED7CFC
RGB
CMYK
RGB Variations
Color information
#ED7CFC (or 0xED7CFC) is known color: Violet. HEX triplet: ED, 7C and FC. RGB value is (237,124,252). Sum of RGB (Red+Green+Blue) = 237+124+252=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 124 (48.83% from 255 or 20.23% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED7CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CFC is #128303. Grayscale: #ABABAB. Windows color (decimal): -1213188 or 16547053. OLE color: 16547053.
HSL color Cylindrical-coordinate representation of color #ED7CFC: hue angle of 292.97º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7CFC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 124 | 252 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.01 |
| HSL | 292.97º | 0.96% | 0.74% | - |
| HSV(B) | 292.97º | 0.51% | 0.99% | - |
| XYZ | 59.7 | 39.45 | 96.56 | - |
| YUV | 172.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 252 | 0.06 | 0.51 | 0 | 0.01 | 292.97 | 0.96 | 0.74 |
| Hex | ED | 7C | FC | 6 | 33 | 0 | 1 | 125 | 60 | 4A |
| Octal | 355 | 174 | 374 | 6 | 63 | 0 | 1 | 445 | 140 | 112 |
| Binary | 11101101 | 1111100 | 11111100 | 110 | 110011 | 0 | 1 | 100100101 | 1100000 | 1001010 |
Color Harmonies of #ED7CFC
Complementary color
Monochromatic Colors of #ED7CFC
Black with #ED7CFC
Text Example
Text Example
White with #ED7CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CFC; }
p { color: rgb(237,124,252); }
H1.HeaderClassName
{
color: #ED7CFC;
}
.AnyTagClassName
{
color: #ED7CFC;
}
</style>
background-color css
<style>
a { background-color: #ED7CFC; }
a { background-color: rgb(237,124,252); }
div.DivClassName
{
background-color: #ED7CFC;
}
.BgClassName
{
background-color: #ED7CFC;
}
</style>
border-color css
<style>
span { border-color: #ED7CFC; }
span { border-color: rgb(237,124,252); }
td.TdClassName
{
border-color: #ED7CFC;
}
.TagClassName
{
border-color: #ED7CFC;
}
</style>