Shades of Violet #ED7BF6
Tints of Violet #ED7BF6
RGB
CMYK
RGB Variations
Color information
#ED7BF6 (or 0xED7BF6) is known color: Violet. HEX triplet: ED, 7B and F6. RGB value is (237,123,246). Sum of RGB (Red+Green+Blue) = 237+123+246=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 123 (48.44% from 255 or 20.30% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED7BF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BF6 is #128409. Grayscale: #AAAAAA. Windows color (decimal): -1213450 or 16153581. OLE color: 16153581.
HSL color Cylindrical-coordinate representation of color #ED7BF6: hue angle of 295.61º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7BF6 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 123 | 246 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.04 |
| HSL | 295.61º | 0.87% | 0.72% | - |
| HSV(B) | 295.61º | 0.5% | 0.96% | - |
| XYZ | 58.64 | 38.82 | 91.59 | - |
| YUV | 171.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 246 | 0.04 | 0.50 | 0 | 0.04 | 295.61 | 0.87 | 0.72 |
| Hex | ED | 7B | F6 | 4 | 32 | 0 | 4 | 128 | 57 | 48 |
| Octal | 355 | 173 | 366 | 4 | 62 | 0 | 4 | 450 | 127 | 110 |
| Binary | 11101101 | 1111011 | 11110110 | 100 | 110010 | 0 | 100 | 100101000 | 1010111 | 1001000 |
Color Harmonies of #ED7BF6
Complementary color
Monochromatic Colors of #ED7BF6
Black with #ED7BF6
Text Example
Text Example
White with #ED7BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BF6; }
p { color: rgb(237,123,246); }
H1.HeaderClassName
{
color: #ED7BF6;
}
.AnyTagClassName
{
color: #ED7BF6;
}
</style>
background-color css
<style>
a { background-color: #ED7BF6; }
a { background-color: rgb(237,123,246); }
div.DivClassName
{
background-color: #ED7BF6;
}
.BgClassName
{
background-color: #ED7BF6;
}
</style>
border-color css
<style>
span { border-color: #ED7BF6; }
span { border-color: rgb(237,123,246); }
td.TdClassName
{
border-color: #ED7BF6;
}
.TagClassName
{
border-color: #ED7BF6;
}
</style>