Shades of Violet #ED91EA
Tints of Violet #ED91EA
RGB
CMYK
RGB Variations
Color information
#ED91EA (or 0xED91EA) is known color: Violet. HEX triplet: ED, 91 and EA. RGB value is (237,145,234). Sum of RGB (Red+Green+Blue) = 237+145+234=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED91EA is #126E15. Grayscale: #B6B6B6. Windows color (decimal): -1207830 or 15372781. OLE color: 15372781.
HSL color Cylindrical-coordinate representation of color #ED91EA: hue angle of 301.96º 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 #ED91EA is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 234 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.07 |
| HSL | 301.96º | 0.72% | 0.75% | - |
| HSV(B) | 301.96º | 0.39% | 0.93% | - |
| XYZ | 59.9 | 44.2 | 83.22 | - |
| YUV | 182.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 234 | 0 | 0.39 | 0.01 | 0.07 | 301.96 | 0.72 | 0.75 |
| Hex | ED | 91 | EA | 0 | 27 | 1 | 7 | 12E | 48 | 4B |
| Octal | 355 | 221 | 352 | 0 | 47 | 1 | 7 | 456 | 110 | 113 |
| Binary | 11101101 | 10010001 | 11101010 | 0 | 100111 | 1 | 111 | 100101110 | 1001000 | 1001011 |
Color Harmonies of #ED91EA
Complementary color
Monochromatic Colors of #ED91EA
Black with #ED91EA
Text Example
Text Example
White with #ED91EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91EA; }
p { color: rgb(237,145,234); }
H1.HeaderClassName
{
color: #ED91EA;
}
.AnyTagClassName
{
color: #ED91EA;
}
</style>
background-color css
<style>
a { background-color: #ED91EA; }
a { background-color: rgb(237,145,234); }
div.DivClassName
{
background-color: #ED91EA;
}
.BgClassName
{
background-color: #ED91EA;
}
</style>
border-color css
<style>
span { border-color: #ED91EA; }
span { border-color: rgb(237,145,234); }
td.TdClassName
{
border-color: #ED91EA;
}
.TagClassName
{
border-color: #ED91EA;
}
</style>