Shades of Violet #ED93EE
Tints of Violet #ED93EE
RGB
CMYK
RGB Variations
Color information
#ED93EE (or 0xED93EE) is known color: Violet. HEX triplet: ED, 93 and EE. RGB value is (237,147,238). Sum of RGB (Red+Green+Blue) = 237+147+238=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 147 (57.81% from 255 or 23.63% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED93EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED93EE is #126C11. Grayscale: #B8B8B8. Windows color (decimal): -1207314 or 15635437. OLE color: 15635437.
HSL color Cylindrical-coordinate representation of color #ED93EE: hue angle of 299.34º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED93EE is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 238 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.07 |
| HSL | 299.34º | 0.73% | 0.75% | - |
| HSV(B) | 299.34º | 0.38% | 0.93% | - |
| XYZ | 60.79 | 45.05 | 86.38 | - |
| YUV | 184.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 238 | 0.00 | 0.38 | 0 | 0.07 | 299.34 | 0.73 | 0.75 |
| Hex | ED | 93 | EE | 0 | 26 | 0 | 7 | 12B | 49 | 4B |
| Octal | 355 | 223 | 356 | 0 | 46 | 0 | 7 | 453 | 111 | 113 |
| Binary | 11101101 | 10010011 | 11101110 | 0 | 100110 | 0 | 111 | 100101011 | 1001001 | 1001011 |
Color Harmonies of #ED93EE
Complementary color
Monochromatic Colors of #ED93EE
Black with #ED93EE
Text Example
Text Example
White with #ED93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93EE; }
p { color: rgb(237,147,238); }
H1.HeaderClassName
{
color: #ED93EE;
}
.AnyTagClassName
{
color: #ED93EE;
}
</style>
background-color css
<style>
a { background-color: #ED93EE; }
a { background-color: rgb(237,147,238); }
div.DivClassName
{
background-color: #ED93EE;
}
.BgClassName
{
background-color: #ED93EE;
}
</style>
border-color css
<style>
span { border-color: #ED93EE; }
span { border-color: rgb(237,147,238); }
td.TdClassName
{
border-color: #ED93EE;
}
.TagClassName
{
border-color: #ED93EE;
}
</style>