Shades of Violet #ED89FB
Tints of Violet #ED89FB
RGB
CMYK
RGB Variations
Color information
#ED89FB (or 0xED89FB) is known color: Violet. HEX triplet: ED, 89 and FB. RGB value is (237,137,251). Sum of RGB (Red+Green+Blue) = 237+137+251=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 137 (53.91% from 255 or 21.92% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED89FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED89FB is #127604. Grayscale: #B3B3B3. Windows color (decimal): -1209861 or 16484845. OLE color: 16484845.
HSL color Cylindrical-coordinate representation of color #ED89FB: hue angle of 292.63º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED89FB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 137 | 251 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.02 |
| HSL | 292.63º | 0.93% | 0.76% | - |
| HSV(B) | 292.63º | 0.45% | 0.98% | - |
| XYZ | 61.28 | 42.86 | 96.31 | - |
| YUV | 179.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 251 | 0.06 | 0.45 | 0 | 0.02 | 292.63 | 0.93 | 0.76 |
| Hex | ED | 89 | FB | 6 | 2D | 0 | 2 | 125 | 5D | 4C |
| Octal | 355 | 211 | 373 | 6 | 55 | 0 | 2 | 445 | 135 | 114 |
| Binary | 11101101 | 10001001 | 11111011 | 110 | 101101 | 0 | 10 | 100100101 | 1011101 | 1001100 |
Color Harmonies of #ED89FB
Complementary color
Monochromatic Colors of #ED89FB
Black with #ED89FB
Text Example
Text Example
White with #ED89FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89FB; }
p { color: rgb(237,137,251); }
H1.HeaderClassName
{
color: #ED89FB;
}
.AnyTagClassName
{
color: #ED89FB;
}
</style>
background-color css
<style>
a { background-color: #ED89FB; }
a { background-color: rgb(237,137,251); }
div.DivClassName
{
background-color: #ED89FB;
}
.BgClassName
{
background-color: #ED89FB;
}
</style>
border-color css
<style>
span { border-color: #ED89FB; }
span { border-color: rgb(237,137,251); }
td.TdClassName
{
border-color: #ED89FB;
}
.TagClassName
{
border-color: #ED89FB;
}
</style>