Shades of Violet #ED8EEE
Tints of Violet #ED8EEE
RGB
CMYK
RGB Variations
Color information
#ED8EEE (or 0xED8EEE) is known color: Violet. HEX triplet: ED, 8E and EE. RGB value is (237,142,238). Sum of RGB (Red+Green+Blue) = 237+142+238=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED8EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8EEE is #127111. Grayscale: #B5B5B5. Windows color (decimal): -1208594 or 15634157. OLE color: 15634157.
HSL color Cylindrical-coordinate representation of color #ED8EEE: hue angle of 299.38º degrees, saturation: 0.74, 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 #ED8EEE is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 238 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.07 |
| HSL | 299.38º | 0.74% | 0.75% | - |
| HSV(B) | 299.38º | 0.4% | 0.93% | - |
| XYZ | 60.03 | 43.52 | 86.13 | - |
| YUV | 181.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 238 | 0.00 | 0.40 | 0 | 0.07 | 299.38 | 0.74 | 0.75 |
| Hex | ED | 8E | EE | 0 | 28 | 0 | 7 | 12B | 4A | 4B |
| Octal | 355 | 216 | 356 | 0 | 50 | 0 | 7 | 453 | 112 | 113 |
| Binary | 11101101 | 10001110 | 11101110 | 0 | 101000 | 0 | 111 | 100101011 | 1001010 | 1001011 |
Color Harmonies of #ED8EEE
Complementary color
Monochromatic Colors of #ED8EEE
Black with #ED8EEE
Text Example
Text Example
White with #ED8EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EEE; }
p { color: rgb(237,142,238); }
H1.HeaderClassName
{
color: #ED8EEE;
}
.AnyTagClassName
{
color: #ED8EEE;
}
</style>
background-color css
<style>
a { background-color: #ED8EEE; }
a { background-color: rgb(237,142,238); }
div.DivClassName
{
background-color: #ED8EEE;
}
.BgClassName
{
background-color: #ED8EEE;
}
</style>
border-color css
<style>
span { border-color: #ED8EEE; }
span { border-color: rgb(237,142,238); }
td.TdClassName
{
border-color: #ED8EEE;
}
.TagClassName
{
border-color: #ED8EEE;
}
</style>