Shades of Violet #ED8EFB
Tints of Violet #ED8EFB
RGB
CMYK
RGB Variations
Color information
#ED8EFB (or 0xED8EFB) is known color: Violet. HEX triplet: ED, 8E and FB. RGB value is (237,142,251). Sum of RGB (Red+Green+Blue) = 237+142+251=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 142 (55.86% from 255 or 22.54% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED8EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8EFB is #127104. Grayscale: #B6B6B6. Windows color (decimal): -1208581 or 16486125. OLE color: 16486125.
HSL color Cylindrical-coordinate representation of color #ED8EFB: hue angle of 292.29º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8EFB is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 142 | 251 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.02 |
| HSL | 292.29º | 0.93% | 0.77% | - |
| HSV(B) | 292.29º | 0.43% | 0.98% | - |
| XYZ | 62.01 | 44.32 | 96.55 | - |
| YUV | 182.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 251 | 0.06 | 0.43 | 0 | 0.02 | 292.29 | 0.93 | 0.77 |
| Hex | ED | 8E | FB | 6 | 2B | 0 | 2 | 124 | 5D | 4D |
| Octal | 355 | 216 | 373 | 6 | 53 | 0 | 2 | 444 | 135 | 115 |
| Binary | 11101101 | 10001110 | 11111011 | 110 | 101011 | 0 | 10 | 100100100 | 1011101 | 1001101 |
Color Harmonies of #ED8EFB
Complementary color
Monochromatic Colors of #ED8EFB
Black with #ED8EFB
Text Example
Text Example
White with #ED8EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EFB; }
p { color: rgb(237,142,251); }
H1.HeaderClassName
{
color: #ED8EFB;
}
.AnyTagClassName
{
color: #ED8EFB;
}
</style>
background-color css
<style>
a { background-color: #ED8EFB; }
a { background-color: rgb(237,142,251); }
div.DivClassName
{
background-color: #ED8EFB;
}
.BgClassName
{
background-color: #ED8EFB;
}
</style>
border-color css
<style>
span { border-color: #ED8EFB; }
span { border-color: rgb(237,142,251); }
td.TdClassName
{
border-color: #ED8EFB;
}
.TagClassName
{
border-color: #ED8EFB;
}
</style>