Shades of Violet #ED9BFA
Tints of Violet #ED9BFA
RGB
CMYK
RGB Variations
Color information
#ED9BFA (or 0xED9BFA) is known color: Violet. HEX triplet: ED, 9B and FA. RGB value is (237,155,250). Sum of RGB (Red+Green+Blue) = 237+155+250=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 155 (60.94% from 255 or 24.14% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED9BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BFA is #126405. Grayscale: #BEBEBE. Windows color (decimal): -1205254 or 16423917. OLE color: 16423917.
HSL color Cylindrical-coordinate representation of color #ED9BFA: hue angle of 291.79º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9BFA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 155 | 250 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.02 |
| HSL | 291.79º | 0.9% | 0.79% | - |
| HSV(B) | 291.79º | 0.38% | 0.98% | - |
| XYZ | 63.9 | 48.35 | 96.41 | - |
| YUV | 190.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 250 | 0.05 | 0.38 | 0 | 0.02 | 291.79 | 0.9 | 0.79 |
| Hex | ED | 9B | FA | 5 | 26 | 0 | 2 | 124 | 5A | 4F |
| Octal | 355 | 233 | 372 | 5 | 46 | 0 | 2 | 444 | 132 | 117 |
| Binary | 11101101 | 10011011 | 11111010 | 101 | 100110 | 0 | 10 | 100100100 | 1011010 | 1001111 |
Color Harmonies of #ED9BFA
Complementary color
Monochromatic Colors of #ED9BFA
Black with #ED9BFA
Text Example
Text Example
White with #ED9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BFA; }
p { color: rgb(237,155,250); }
H1.HeaderClassName
{
color: #ED9BFA;
}
.AnyTagClassName
{
color: #ED9BFA;
}
</style>
background-color css
<style>
a { background-color: #ED9BFA; }
a { background-color: rgb(237,155,250); }
div.DivClassName
{
background-color: #ED9BFA;
}
.BgClassName
{
background-color: #ED9BFA;
}
</style>
border-color css
<style>
span { border-color: #ED9BFA; }
span { border-color: rgb(237,155,250); }
td.TdClassName
{
border-color: #ED9BFA;
}
.TagClassName
{
border-color: #ED9BFA;
}
</style>