Shades of Violet #ED8FED
Tints of Violet #ED8FED
RGB
CMYK
RGB Variations
Color information
#ED8FED (or 0xED8FED) is known color: Violet. HEX triplet: ED, 8F and ED. RGB value is (237,143,237). Sum of RGB (Red+Green+Blue) = 237+143+237=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED8FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FED is #127012. Grayscale: #B5B5B5. Windows color (decimal): -1208339 or 15568877. OLE color: 15568877.
HSL color Cylindrical-coordinate representation of color #ED8FED: hue angle of 300º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FED is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 143 | 237 | - |
CMYK | 0 | 0.40 | 0 | 0.07 |
HSL | 300º | 0.72% | 0.75% | - |
HSV(B) | 300º | 0.4% | 0.93% | - |
XYZ | 60.03 | 43.76 | 85.4 | - |
YUV | 181.82 | 159.14 | 167.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 143 | 237 | 0 | 0.40 | 0 | 0.07 | 300 | 0.72 | 0.75 |
Hex | ED | 8F | ED | 0 | 28 | 0 | 7 | 12C | 48 | 4B |
Octal | 355 | 217 | 355 | 0 | 50 | 0 | 7 | 454 | 110 | 113 |
Binary | 11101101 | 10001111 | 11101101 | 0 | 101000 | 0 | 111 | 100101100 | 1001000 | 1001011 |
Color Harmonies of #ED8FED
Complementary color
Monochromatic Colors of #ED8FED
Black with #ED8FED
Text Example
Text Example
White with #ED8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FED; }
p { color: rgb(237,143,237); }
H1.HeaderClassName
{
color: #ED8FED;
}
.AnyTagClassName
{
color: #ED8FED;
}
</style>
background-color css
<style>
a { background-color: #ED8FED; }
a { background-color: rgb(237,143,237); }
div.DivClassName
{
background-color: #ED8FED;
}
.BgClassName
{
background-color: #ED8FED;
}
</style>
border-color css
<style>
span { border-color: #ED8FED; }
span { border-color: rgb(237,143,237); }
td.TdClassName
{
border-color: #ED8FED;
}
.TagClassName
{
border-color: #ED8FED;
}
</style>