Shades of Violet #ED7BF7
Tints of Violet #ED7BF7
RGB
CMYK
RGB Variations
Color information
#ED7BF7 (or 0xED7BF7) is known color: Violet. HEX triplet: ED, 7B and F7. RGB value is (237,123,247). Sum of RGB (Red+Green+Blue) = 237+123+247=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 123 (48.44% from 255 or 20.26% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED7BF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BF7 is #128408. Grayscale: #AAAAAA. Windows color (decimal): -1213449 or 16219117. OLE color: 16219117.
HSL color Cylindrical-coordinate representation of color #ED7BF7: hue angle of 295.16º degrees, saturation: 0.89, 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 #ED7BF7 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 123 | 247 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.03 |
| HSL | 295.16º | 0.89% | 0.73% | - |
| HSV(B) | 295.16º | 0.5% | 0.97% | - |
| XYZ | 58.8 | 38.89 | 92.4 | - |
| YUV | 171.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 247 | 0.04 | 0.50 | 0 | 0.03 | 295.16 | 0.89 | 0.73 |
| Hex | ED | 7B | F7 | 4 | 32 | 0 | 3 | 127 | 59 | 49 |
| Octal | 355 | 173 | 367 | 4 | 62 | 0 | 3 | 447 | 131 | 111 |
| Binary | 11101101 | 1111011 | 11110111 | 100 | 110010 | 0 | 11 | 100100111 | 1011001 | 1001001 |
Color Harmonies of #ED7BF7
Complementary color
Monochromatic Colors of #ED7BF7
Black with #ED7BF7
Text Example
Text Example
White with #ED7BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BF7; }
p { color: rgb(237,123,247); }
H1.HeaderClassName
{
color: #ED7BF7;
}
.AnyTagClassName
{
color: #ED7BF7;
}
</style>
background-color css
<style>
a { background-color: #ED7BF7; }
a { background-color: rgb(237,123,247); }
div.DivClassName
{
background-color: #ED7BF7;
}
.BgClassName
{
background-color: #ED7BF7;
}
</style>
border-color css
<style>
span { border-color: #ED7BF7; }
span { border-color: rgb(237,123,247); }
td.TdClassName
{
border-color: #ED7BF7;
}
.TagClassName
{
border-color: #ED7BF7;
}
</style>