Shades of Violet #ED7BF0
Tints of Violet #ED7BF0
RGB
CMYK
RGB Variations
Color information
#ED7BF0 (or 0xED7BF0) is known color: Violet. HEX triplet: ED, 7B and F0. RGB value is (237,123,240). Sum of RGB (Red+Green+Blue) = 237+123+240=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 123 (48.44% from 255 or 20.5% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED7BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BF0 is #12840F. Grayscale: #AAAAAA. Windows color (decimal): -1213456 or 15760365. OLE color: 15760365.
HSL color Cylindrical-coordinate representation of color #ED7BF0: hue angle of 298.46º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7BF0 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 123 | 240 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.06 |
| HSL | 298.46º | 0.8% | 0.71% | - |
| HSV(B) | 298.46º | 0.49% | 0.94% | - |
| XYZ | 57.74 | 38.46 | 86.82 | - |
| YUV | 170.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 240 | 0.01 | 0.49 | 0 | 0.06 | 298.46 | 0.8 | 0.71 |
| Hex | ED | 7B | F0 | 1 | 31 | 0 | 6 | 12A | 50 | 47 |
| Octal | 355 | 173 | 360 | 1 | 61 | 0 | 6 | 452 | 120 | 107 |
| Binary | 11101101 | 1111011 | 11110000 | 1 | 110001 | 0 | 110 | 100101010 | 1010000 | 1000111 |
Color Harmonies of #ED7BF0
Complementary color
Monochromatic Colors of #ED7BF0
Black with #ED7BF0
Text Example
Text Example
White with #ED7BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BF0; }
p { color: rgb(237,123,240); }
H1.HeaderClassName
{
color: #ED7BF0;
}
.AnyTagClassName
{
color: #ED7BF0;
}
</style>
background-color css
<style>
a { background-color: #ED7BF0; }
a { background-color: rgb(237,123,240); }
div.DivClassName
{
background-color: #ED7BF0;
}
.BgClassName
{
background-color: #ED7BF0;
}
</style>
border-color css
<style>
span { border-color: #ED7BF0; }
span { border-color: rgb(237,123,240); }
td.TdClassName
{
border-color: #ED7BF0;
}
.TagClassName
{
border-color: #ED7BF0;
}
</style>