Shades of Violet #ED7BF8
Tints of Violet #ED7BF8
RGB
CMYK
RGB Variations
Color information
#ED7BF8 (or 0xED7BF8) is known color: Violet. HEX triplet: ED, 7B and F8. RGB value is (237,123,248). Sum of RGB (Red+Green+Blue) = 237+123+248=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 123 (48.44% from 255 or 20.23% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED7BF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BF8 is #128407. Grayscale: #AAAAAA. Windows color (decimal): -1213448 or 16284653. OLE color: 16284653.
HSL color Cylindrical-coordinate representation of color #ED7BF8: hue angle of 294.72º degrees, saturation: 0.9, 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 #ED7BF8 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 123 | 248 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.03 |
| HSL | 294.72º | 0.9% | 0.73% | - |
| HSV(B) | 294.72º | 0.5% | 0.97% | - |
| XYZ | 58.95 | 38.95 | 93.22 | - |
| YUV | 171.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 248 | 0.04 | 0.50 | 0 | 0.03 | 294.72 | 0.9 | 0.73 |
| Hex | ED | 7B | F8 | 4 | 32 | 0 | 3 | 127 | 5A | 49 |
| Octal | 355 | 173 | 370 | 4 | 62 | 0 | 3 | 447 | 132 | 111 |
| Binary | 11101101 | 1111011 | 11111000 | 100 | 110010 | 0 | 11 | 100100111 | 1011010 | 1001001 |
Color Harmonies of #ED7BF8
Complementary color
Monochromatic Colors of #ED7BF8
Black with #ED7BF8
Text Example
Text Example
White with #ED7BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BF8; }
p { color: rgb(237,123,248); }
H1.HeaderClassName
{
color: #ED7BF8;
}
.AnyTagClassName
{
color: #ED7BF8;
}
</style>
background-color css
<style>
a { background-color: #ED7BF8; }
a { background-color: rgb(237,123,248); }
div.DivClassName
{
background-color: #ED7BF8;
}
.BgClassName
{
background-color: #ED7BF8;
}
</style>
border-color css
<style>
span { border-color: #ED7BF8; }
span { border-color: rgb(237,123,248); }
td.TdClassName
{
border-color: #ED7BF8;
}
.TagClassName
{
border-color: #ED7BF8;
}
</style>