Shades of Violet #ED9CF6
Tints of Violet #ED9CF6
RGB
CMYK
RGB Variations
Color information
#ED9CF6 (or 0xED9CF6) is known color: Violet. HEX triplet: ED, 9C and F6. RGB value is (237,156,246). Sum of RGB (Red+Green+Blue) = 237+156+246=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 156 (61.33% from 255 or 24.41% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED9CF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CF6 is #126309. Grayscale: #BEBEBE. Windows color (decimal): -1205002 or 16162029. OLE color: 16162029.
HSL color Cylindrical-coordinate representation of color #ED9CF6: hue angle of 294º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED9CF6 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 156 | 246 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.04 |
| HSL | 294º | 0.83% | 0.79% | - |
| HSV(B) | 294º | 0.37% | 0.96% | - |
| XYZ | 63.45 | 48.44 | 93.19 | - |
| YUV | 190.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 246 | 0.04 | 0.37 | 0 | 0.04 | 294 | 0.83 | 0.79 |
| Hex | ED | 9C | F6 | 4 | 25 | 0 | 4 | 126 | 53 | 4F |
| Octal | 355 | 234 | 366 | 4 | 45 | 0 | 4 | 446 | 123 | 117 |
| Binary | 11101101 | 10011100 | 11110110 | 100 | 100101 | 0 | 100 | 100100110 | 1010011 | 1001111 |
Color Harmonies of #ED9CF6
Complementary color
Monochromatic Colors of #ED9CF6
Black with #ED9CF6
Text Example
Text Example
White with #ED9CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CF6; }
p { color: rgb(237,156,246); }
H1.HeaderClassName
{
color: #ED9CF6;
}
.AnyTagClassName
{
color: #ED9CF6;
}
</style>
background-color css
<style>
a { background-color: #ED9CF6; }
a { background-color: rgb(237,156,246); }
div.DivClassName
{
background-color: #ED9CF6;
}
.BgClassName
{
background-color: #ED9CF6;
}
</style>
border-color css
<style>
span { border-color: #ED9CF6; }
span { border-color: rgb(237,156,246); }
td.TdClassName
{
border-color: #ED9CF6;
}
.TagClassName
{
border-color: #ED9CF6;
}
</style>