Shades of Violet #ED8FE8
Tints of Violet #ED8FE8
RGB
CMYK
RGB Variations
Color information
#ED8FE8 (or 0xED8FE8) is known color: Violet. HEX triplet: ED, 8F and E8. RGB value is (237,143,232). Sum of RGB (Red+Green+Blue) = 237+143+232=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FE8 is #127017. Grayscale: #B4B4B4. Windows color (decimal): -1208344 or 15241197. OLE color: 15241197.
HSL color Cylindrical-coordinate representation of color #ED8FE8: hue angle of 303.19º 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 #ED8FE8 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 232 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.07 |
| HSL | 303.19º | 0.72% | 0.75% | - |
| HSV(B) | 303.19º | 0.4% | 0.93% | - |
| XYZ | 59.31 | 43.48 | 81.61 | - |
| YUV | 181.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 232 | 0 | 0.40 | 0.02 | 0.07 | 303.19 | 0.72 | 0.75 |
| Hex | ED | 8F | E8 | 0 | 28 | 2 | 7 | 12F | 48 | 4B |
| Octal | 355 | 217 | 350 | 0 | 50 | 2 | 7 | 457 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11101000 | 0 | 101000 | 10 | 111 | 100101111 | 1001000 | 1001011 |
Color Harmonies of #ED8FE8
Complementary color
Monochromatic Colors of #ED8FE8
Black with #ED8FE8
Text Example
Text Example
White with #ED8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FE8; }
p { color: rgb(237,143,232); }
H1.HeaderClassName
{
color: #ED8FE8;
}
.AnyTagClassName
{
color: #ED8FE8;
}
</style>
background-color css
<style>
a { background-color: #ED8FE8; }
a { background-color: rgb(237,143,232); }
div.DivClassName
{
background-color: #ED8FE8;
}
.BgClassName
{
background-color: #ED8FE8;
}
</style>
border-color css
<style>
span { border-color: #ED8FE8; }
span { border-color: rgb(237,143,232); }
td.TdClassName
{
border-color: #ED8FE8;
}
.TagClassName
{
border-color: #ED8FE8;
}
</style>