Shades of Violet #ED8FEF
Tints of Violet #ED8FEF
RGB
CMYK
RGB Variations
Color information
#ED8FEF (or 0xED8FEF) is known color: Violet. HEX triplet: ED, 8F and EF. RGB value is (237,143,239). Sum of RGB (Red+Green+Blue) = 237+143+239=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED8FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FEF is #127010. Grayscale: #B5B5B5. Windows color (decimal): -1208337 or 15699949. OLE color: 15699949.
HSL color Cylindrical-coordinate representation of color #ED8FEF: hue angle of 298.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FEF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 143 | 239 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.06 |
| HSL | 298.75º | 0.75% | 0.75% | - |
| HSV(B) | 298.75º | 0.4% | 0.94% | - |
| XYZ | 60.33 | 43.88 | 86.95 | - |
| YUV | 182.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 239 | 0.01 | 0.40 | 0 | 0.06 | 298.75 | 0.75 | 0.75 |
| Hex | ED | 8F | EF | 1 | 28 | 0 | 6 | 12B | 4B | 4B |
| Octal | 355 | 217 | 357 | 1 | 50 | 0 | 6 | 453 | 113 | 113 |
| Binary | 11101101 | 10001111 | 11101111 | 1 | 101000 | 0 | 110 | 100101011 | 1001011 | 1001011 |
Color Harmonies of #ED8FEF
Complementary color
Monochromatic Colors of #ED8FEF
Black with #ED8FEF
Text Example
Text Example
White with #ED8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FEF; }
p { color: rgb(237,143,239); }
H1.HeaderClassName
{
color: #ED8FEF;
}
.AnyTagClassName
{
color: #ED8FEF;
}
</style>
background-color css
<style>
a { background-color: #ED8FEF; }
a { background-color: rgb(237,143,239); }
div.DivClassName
{
background-color: #ED8FEF;
}
.BgClassName
{
background-color: #ED8FEF;
}
</style>
border-color css
<style>
span { border-color: #ED8FEF; }
span { border-color: rgb(237,143,239); }
td.TdClassName
{
border-color: #ED8FEF;
}
.TagClassName
{
border-color: #ED8FEF;
}
</style>