Shades of Violet #ED7BFB
Tints of Violet #ED7BFB
RGB
CMYK
RGB Variations
Color information
#ED7BFB (or 0xED7BFB) is known color: Violet. HEX triplet: ED, 7B and FB. RGB value is (237,123,251). Sum of RGB (Red+Green+Blue) = 237+123+251=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 123 (48.44% from 255 or 20.13% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED7BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BFB is #128404. Grayscale: #ABABAB. Windows color (decimal): -1213445 or 16481261. OLE color: 16481261.
HSL color Cylindrical-coordinate representation of color #ED7BFB: hue angle of 293.44º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7BFB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 123 | 251 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.02 |
| HSL | 293.44º | 0.94% | 0.73% | - |
| HSV(B) | 293.44º | 0.51% | 0.98% | - |
| XYZ | 59.42 | 39.14 | 95.69 | - |
| YUV | 171.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 251 | 0.06 | 0.51 | 0 | 0.02 | 293.44 | 0.94 | 0.73 |
| Hex | ED | 7B | FB | 6 | 33 | 0 | 2 | 125 | 5E | 49 |
| Octal | 355 | 173 | 373 | 6 | 63 | 0 | 2 | 445 | 136 | 111 |
| Binary | 11101101 | 1111011 | 11111011 | 110 | 110011 | 0 | 10 | 100100101 | 1011110 | 1001001 |
Color Harmonies of #ED7BFB
Complementary color
Monochromatic Colors of #ED7BFB
Black with #ED7BFB
Text Example
Text Example
White with #ED7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BFB; }
p { color: rgb(237,123,251); }
H1.HeaderClassName
{
color: #ED7BFB;
}
.AnyTagClassName
{
color: #ED7BFB;
}
</style>
background-color css
<style>
a { background-color: #ED7BFB; }
a { background-color: rgb(237,123,251); }
div.DivClassName
{
background-color: #ED7BFB;
}
.BgClassName
{
background-color: #ED7BFB;
}
</style>
border-color css
<style>
span { border-color: #ED7BFB; }
span { border-color: rgb(237,123,251); }
td.TdClassName
{
border-color: #ED7BFB;
}
.TagClassName
{
border-color: #ED7BFB;
}
</style>