Shades of Violet #ED8EEA
Tints of Violet #ED8EEA
RGB
CMYK
RGB Variations
Color information
#ED8EEA (or 0xED8EEA) is known color: Violet. HEX triplet: ED, 8E and EA. RGB value is (237,142,234). Sum of RGB (Red+Green+Blue) = 237+142+234=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8EEA is #127115. Grayscale: #B4B4B4. Windows color (decimal): -1208598 or 15372013. OLE color: 15372013.
HSL color Cylindrical-coordinate representation of color #ED8EEA: hue angle of 301.89º 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 #ED8EEA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 234 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.07 |
| HSL | 301.89º | 0.73% | 0.74% | - |
| HSV(B) | 301.89º | 0.4% | 0.93% | - |
| XYZ | 59.45 | 43.29 | 83.06 | - |
| YUV | 180.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 234 | 0 | 0.40 | 0.01 | 0.07 | 301.89 | 0.73 | 0.74 |
| Hex | ED | 8E | EA | 0 | 28 | 1 | 7 | 12E | 49 | 4A |
| Octal | 355 | 216 | 352 | 0 | 50 | 1 | 7 | 456 | 111 | 112 |
| Binary | 11101101 | 10001110 | 11101010 | 0 | 101000 | 1 | 111 | 100101110 | 1001001 | 1001010 |
Color Harmonies of #ED8EEA
Complementary color
Monochromatic Colors of #ED8EEA
Black with #ED8EEA
Text Example
Text Example
White with #ED8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EEA; }
p { color: rgb(237,142,234); }
H1.HeaderClassName
{
color: #ED8EEA;
}
.AnyTagClassName
{
color: #ED8EEA;
}
</style>
background-color css
<style>
a { background-color: #ED8EEA; }
a { background-color: rgb(237,142,234); }
div.DivClassName
{
background-color: #ED8EEA;
}
.BgClassName
{
background-color: #ED8EEA;
}
</style>
border-color css
<style>
span { border-color: #ED8EEA; }
span { border-color: rgb(237,142,234); }
td.TdClassName
{
border-color: #ED8EEA;
}
.TagClassName
{
border-color: #ED8EEA;
}
</style>