Shades of Violet #ED8FE7
Tints of Violet #ED8FE7
RGB
CMYK
RGB Variations
Color information
#ED8FE7 (or 0xED8FE7) is known color: Violet. HEX triplet: ED, 8F and E7. RGB value is (237,143,231). Sum of RGB (Red+Green+Blue) = 237+143+231=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FE7 is #127018. Grayscale: #B4B4B4. Windows color (decimal): -1208345 or 15175661. OLE color: 15175661.
HSL color Cylindrical-coordinate representation of color #ED8FE7: hue angle of 303.83º 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 #ED8FE7 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 231 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.07 |
| HSL | 303.83º | 0.72% | 0.75% | - |
| HSV(B) | 303.83º | 0.4% | 0.93% | - |
| XYZ | 59.17 | 43.42 | 80.86 | - |
| YUV | 181.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 231 | 0 | 0.40 | 0.03 | 0.07 | 303.83 | 0.72 | 0.75 |
| Hex | ED | 8F | E7 | 0 | 28 | 3 | 7 | 130 | 48 | 4B |
| Octal | 355 | 217 | 347 | 0 | 50 | 3 | 7 | 460 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11100111 | 0 | 101000 | 11 | 111 | 100110000 | 1001000 | 1001011 |
Color Harmonies of #ED8FE7
Complementary color
Monochromatic Colors of #ED8FE7
Black with #ED8FE7
Text Example
Text Example
White with #ED8FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FE7; }
p { color: rgb(237,143,231); }
H1.HeaderClassName
{
color: #ED8FE7;
}
.AnyTagClassName
{
color: #ED8FE7;
}
</style>
background-color css
<style>
a { background-color: #ED8FE7; }
a { background-color: rgb(237,143,231); }
div.DivClassName
{
background-color: #ED8FE7;
}
.BgClassName
{
background-color: #ED8FE7;
}
</style>
border-color css
<style>
span { border-color: #ED8FE7; }
span { border-color: rgb(237,143,231); }
td.TdClassName
{
border-color: #ED8FE7;
}
.TagClassName
{
border-color: #ED8FE7;
}
</style>