Shades of Violet #ED90EE
Tints of Violet #ED90EE
RGB
CMYK
RGB Variations
Color information
#ED90EE (or 0xED90EE) is known color: Violet. HEX triplet: ED, 90 and EE. RGB value is (237,144,238). Sum of RGB (Red+Green+Blue) = 237+144+238=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90EE is #126F11. Grayscale: #B6B6B6. Windows color (decimal): -1208082 or 15634669. OLE color: 15634669.
HSL color Cylindrical-coordinate representation of color #ED90EE: hue angle of 299.36º degrees, saturation: 0.73, 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 #ED90EE is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 238 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.07 |
| HSL | 299.36º | 0.73% | 0.75% | - |
| HSV(B) | 299.36º | 0.39% | 0.93% | - |
| XYZ | 60.33 | 44.12 | 86.23 | - |
| YUV | 182.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 238 | 0.00 | 0.39 | 0 | 0.07 | 299.36 | 0.73 | 0.75 |
| Hex | ED | 90 | EE | 0 | 27 | 0 | 7 | 12B | 49 | 4B |
| Octal | 355 | 220 | 356 | 0 | 47 | 0 | 7 | 453 | 111 | 113 |
| Binary | 11101101 | 10010000 | 11101110 | 0 | 100111 | 0 | 111 | 100101011 | 1001001 | 1001011 |
Color Harmonies of #ED90EE
Complementary color
Monochromatic Colors of #ED90EE
Black with #ED90EE
Text Example
Text Example
White with #ED90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90EE; }
p { color: rgb(237,144,238); }
H1.HeaderClassName
{
color: #ED90EE;
}
.AnyTagClassName
{
color: #ED90EE;
}
</style>
background-color css
<style>
a { background-color: #ED90EE; }
a { background-color: rgb(237,144,238); }
div.DivClassName
{
background-color: #ED90EE;
}
.BgClassName
{
background-color: #ED90EE;
}
</style>
border-color css
<style>
span { border-color: #ED90EE; }
span { border-color: rgb(237,144,238); }
td.TdClassName
{
border-color: #ED90EE;
}
.TagClassName
{
border-color: #ED90EE;
}
</style>