Shades of Violet #ED90ED
Tints of Violet #ED90ED
RGB
CMYK
RGB Variations
Color information
#ED90ED (or 0xED90ED) is known color: Violet. HEX triplet: ED, 90 and ED. RGB value is (237,144,237). Sum of RGB (Red+Green+Blue) = 237+144+237=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED90ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90ED is #126F12. Grayscale: #B6B6B6. Windows color (decimal): -1208083 or 15569133. OLE color: 15569133.
HSL color Cylindrical-coordinate representation of color #ED90ED: hue angle of 300º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED90ED is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 237 | - |
| CMYK | 0 | 0.39 | 0 | 0.07 |
| HSL | 300º | 0.72% | 0.75% | - |
| HSV(B) | 300º | 0.39% | 0.93% | - |
| XYZ | 60.18 | 44.07 | 85.45 | - |
| YUV | 182.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 237 | 0 | 0.39 | 0 | 0.07 | 300 | 0.72 | 0.75 |
| Hex | ED | 90 | ED | 0 | 27 | 0 | 7 | 12C | 48 | 4B |
| Octal | 355 | 220 | 355 | 0 | 47 | 0 | 7 | 454 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11101101 | 0 | 100111 | 0 | 111 | 100101100 | 1001000 | 1001011 |
Color Harmonies of #ED90ED
Complementary color
Monochromatic Colors of #ED90ED
Black with #ED90ED
Text Example
Text Example
White with #ED90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90ED; }
p { color: rgb(237,144,237); }
H1.HeaderClassName
{
color: #ED90ED;
}
.AnyTagClassName
{
color: #ED90ED;
}
</style>
background-color css
<style>
a { background-color: #ED90ED; }
a { background-color: rgb(237,144,237); }
div.DivClassName
{
background-color: #ED90ED;
}
.BgClassName
{
background-color: #ED90ED;
}
</style>
border-color css
<style>
span { border-color: #ED90ED; }
span { border-color: rgb(237,144,237); }
td.TdClassName
{
border-color: #ED90ED;
}
.TagClassName
{
border-color: #ED90ED;
}
</style>