Shades of Violet #ED8EE6
Tints of Violet #ED8EE6
RGB
CMYK
RGB Variations
Color information
#ED8EE6 (or 0xED8EE6) is known color: Violet. HEX triplet: ED, 8E and E6. RGB value is (237,142,230). Sum of RGB (Red+Green+Blue) = 237+142+230=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8EE6 is #127119. Grayscale: #B4B4B4. Windows color (decimal): -1208602 or 15109869. OLE color: 15109869.
HSL color Cylindrical-coordinate representation of color #ED8EE6: hue angle of 304.42º 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 #ED8EE6 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 230 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.07 |
| HSL | 304.42º | 0.73% | 0.74% | - |
| HSV(B) | 304.42º | 0.4% | 0.93% | - |
| XYZ | 58.88 | 43.06 | 80.07 | - |
| YUV | 180.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 230 | 0 | 0.40 | 0.03 | 0.07 | 304.42 | 0.73 | 0.74 |
| Hex | ED | 8E | E6 | 0 | 28 | 3 | 7 | 130 | 49 | 4A |
| Octal | 355 | 216 | 346 | 0 | 50 | 3 | 7 | 460 | 111 | 112 |
| Binary | 11101101 | 10001110 | 11100110 | 0 | 101000 | 11 | 111 | 100110000 | 1001001 | 1001010 |
Color Harmonies of #ED8EE6
Complementary color
Monochromatic Colors of #ED8EE6
Black with #ED8EE6
Text Example
Text Example
White with #ED8EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EE6; }
p { color: rgb(237,142,230); }
H1.HeaderClassName
{
color: #ED8EE6;
}
.AnyTagClassName
{
color: #ED8EE6;
}
</style>
background-color css
<style>
a { background-color: #ED8EE6; }
a { background-color: rgb(237,142,230); }
div.DivClassName
{
background-color: #ED8EE6;
}
.BgClassName
{
background-color: #ED8EE6;
}
</style>
border-color css
<style>
span { border-color: #ED8EE6; }
span { border-color: rgb(237,142,230); }
td.TdClassName
{
border-color: #ED8EE6;
}
.TagClassName
{
border-color: #ED8EE6;
}
</style>