Shades of Violet #ED8EE7
Tints of Violet #ED8EE7
RGB
CMYK
RGB Variations
Color information
#ED8EE7 (or 0xED8EE7) is known color: Violet. HEX triplet: ED, 8E and E7. RGB value is (237,142,231). Sum of RGB (Red+Green+Blue) = 237+142+231=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 142 (55.86% from 255 or 23.28% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8EE7 is #127118. Grayscale: #B4B4B4. Windows color (decimal): -1208601 or 15175405. OLE color: 15175405.
HSL color Cylindrical-coordinate representation of color #ED8EE7: hue angle of 303.79º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EE7 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 231 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.07 |
| HSL | 303.79º | 0.73% | 0.74% | - |
| HSV(B) | 303.79º | 0.4% | 0.93% | - |
| XYZ | 59.02 | 43.12 | 80.81 | - |
| YUV | 180.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 231 | 0 | 0.40 | 0.03 | 0.07 | 303.79 | 0.73 | 0.74 |
| Hex | ED | 8E | E7 | 0 | 28 | 3 | 7 | 130 | 49 | 4A |
| Octal | 355 | 216 | 347 | 0 | 50 | 3 | 7 | 460 | 111 | 112 |
| Binary | 11101101 | 10001110 | 11100111 | 0 | 101000 | 11 | 111 | 100110000 | 1001001 | 1001010 |
Color Harmonies of #ED8EE7
Complementary color
Monochromatic Colors of #ED8EE7
Black with #ED8EE7
Text Example
Text Example
White with #ED8EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EE7; }
p { color: rgb(237,142,231); }
H1.HeaderClassName
{
color: #ED8EE7;
}
.AnyTagClassName
{
color: #ED8EE7;
}
</style>
background-color css
<style>
a { background-color: #ED8EE7; }
a { background-color: rgb(237,142,231); }
div.DivClassName
{
background-color: #ED8EE7;
}
.BgClassName
{
background-color: #ED8EE7;
}
</style>
border-color css
<style>
span { border-color: #ED8EE7; }
span { border-color: rgb(237,142,231); }
td.TdClassName
{
border-color: #ED8EE7;
}
.TagClassName
{
border-color: #ED8EE7;
}
</style>