Shades of Violet #ED8FFF
Tints of Violet #ED8FFF
RGB
CMYK
RGB Variations
Color information
#ED8FFF (or 0xED8FFF) is known color: Violet. HEX triplet: ED, 8F and FF. RGB value is (237,143,255). Sum of RGB (Red+Green+Blue) = 237+143+255=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED8FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FFF is #127000. Grayscale: #B7B7B7. Windows color (decimal): -1208321 or 16748525. OLE color: 16748525.
HSL color Cylindrical-coordinate representation of color #ED8FFF: hue angle of 290.36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8FFF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 143 | 255 | - |
| CMYK | 0.07 | 0.44 | 0 | 0 |
| HSL | 290.36º | 1% | 0.78% | - |
| HSV(B) | 290.36º | 0.44% | 1% | - |
| XYZ | 62.8 | 44.87 | 99.96 | - |
| YUV | 183.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 255 | 0.07 | 0.44 | 0 | 0 | 290.36 | 1 | 0.78 |
| Hex | ED | 8F | FF | 7 | 2C | 0 | 0 | 122 | 64 | 4E |
| Octal | 355 | 217 | 377 | 7 | 54 | 0 | 0 | 442 | 144 | 116 |
| Binary | 11101101 | 10001111 | 11111111 | 111 | 101100 | 0 | 0 | 100100010 | 1100100 | 1001110 |
Color Harmonies of #ED8FFF
Complementary color
Monochromatic Colors of #ED8FFF
Black with #ED8FFF
Text Example
Text Example
White with #ED8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FFF; }
p { color: rgb(237,143,255); }
H1.HeaderClassName
{
color: #ED8FFF;
}
.AnyTagClassName
{
color: #ED8FFF;
}
</style>
background-color css
<style>
a { background-color: #ED8FFF; }
a { background-color: rgb(237,143,255); }
div.DivClassName
{
background-color: #ED8FFF;
}
.BgClassName
{
background-color: #ED8FFF;
}
</style>
border-color css
<style>
span { border-color: #ED8FFF; }
span { border-color: rgb(237,143,255); }
td.TdClassName
{
border-color: #ED8FFF;
}
.TagClassName
{
border-color: #ED8FFF;
}
</style>