Shades of Violet #ED9BFB
Tints of Violet #ED9BFB
RGB
CMYK
RGB Variations
Color information
#ED9BFB (or 0xED9BFB) is known color: Violet. HEX triplet: ED, 9B and FB. RGB value is (237,155,251). Sum of RGB (Red+Green+Blue) = 237+155+251=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 155 (60.94% from 255 or 24.11% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED9BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BFB is #126404. Grayscale: #BEBEBE. Windows color (decimal): -1205253 or 16489453. OLE color: 16489453.
HSL color Cylindrical-coordinate representation of color #ED9BFB: hue angle of 291.25º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9BFB is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 155 | 251 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.02 |
| HSL | 291.25º | 0.92% | 0.8% | - |
| HSV(B) | 291.25º | 0.38% | 0.98% | - |
| XYZ | 64.06 | 48.41 | 97.24 | - |
| YUV | 190.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 251 | 0.06 | 0.38 | 0 | 0.02 | 291.25 | 0.92 | 0.8 |
| Hex | ED | 9B | FB | 6 | 26 | 0 | 2 | 123 | 5C | 50 |
| Octal | 355 | 233 | 373 | 6 | 46 | 0 | 2 | 443 | 134 | 120 |
| Binary | 11101101 | 10011011 | 11111011 | 110 | 100110 | 0 | 10 | 100100011 | 1011100 | 1010000 |
Color Harmonies of #ED9BFB
Complementary color
Monochromatic Colors of #ED9BFB
Black with #ED9BFB
Text Example
Text Example
White with #ED9BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BFB; }
p { color: rgb(237,155,251); }
H1.HeaderClassName
{
color: #ED9BFB;
}
.AnyTagClassName
{
color: #ED9BFB;
}
</style>
background-color css
<style>
a { background-color: #ED9BFB; }
a { background-color: rgb(237,155,251); }
div.DivClassName
{
background-color: #ED9BFB;
}
.BgClassName
{
background-color: #ED9BFB;
}
</style>
border-color css
<style>
span { border-color: #ED9BFB; }
span { border-color: rgb(237,155,251); }
td.TdClassName
{
border-color: #ED9BFB;
}
.TagClassName
{
border-color: #ED9BFB;
}
</style>