Shades of Violet #ED7EFB
Tints of Violet #ED7EFB
RGB
CMYK
RGB Variations
Color information
#ED7EFB (or 0xED7EFB) is known color: Violet. HEX triplet: ED, 7E and FB. RGB value is (237,126,251). Sum of RGB (Red+Green+Blue) = 237+126+251=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 126 (49.61% from 255 or 20.52% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED7EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7EFB is #128104. Grayscale: #ADADAD. Windows color (decimal): -1212677 or 16482029. OLE color: 16482029.
HSL color Cylindrical-coordinate representation of color #ED7EFB: hue angle of 293.28º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7EFB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 126 | 251 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.02 |
| HSL | 293.28º | 0.94% | 0.74% | - |
| HSV(B) | 293.28º | 0.5% | 0.98% | - |
| XYZ | 59.8 | 39.89 | 95.81 | - |
| YUV | 173.44 | 171.77 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 251 | 0.06 | 0.50 | 0 | 0.02 | 293.28 | 0.94 | 0.74 |
| Hex | ED | 7E | FB | 6 | 32 | 0 | 2 | 125 | 5E | 4A |
| Octal | 355 | 176 | 373 | 6 | 62 | 0 | 2 | 445 | 136 | 112 |
| Binary | 11101101 | 1111110 | 11111011 | 110 | 110010 | 0 | 10 | 100100101 | 1011110 | 1001010 |
Color Harmonies of #ED7EFB
Complementary color
Monochromatic Colors of #ED7EFB
Black with #ED7EFB
Text Example
Text Example
White with #ED7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7EFB; }
p { color: rgb(237,126,251); }
H1.HeaderClassName
{
color: #ED7EFB;
}
.AnyTagClassName
{
color: #ED7EFB;
}
</style>
background-color css
<style>
a { background-color: #ED7EFB; }
a { background-color: rgb(237,126,251); }
div.DivClassName
{
background-color: #ED7EFB;
}
.BgClassName
{
background-color: #ED7EFB;
}
</style>
border-color css
<style>
span { border-color: #ED7EFB; }
span { border-color: rgb(237,126,251); }
td.TdClassName
{
border-color: #ED7EFB;
}
.TagClassName
{
border-color: #ED7EFB;
}
</style>