Shades of Violet #ED94ED
Tints of Violet #ED94ED
RGB
CMYK
RGB Variations
Color information
#ED94ED (or 0xED94ED) is known color: Violet. HEX triplet: ED, 94 and ED. RGB value is (237,148,237). Sum of RGB (Red+Green+Blue) = 237+148+237=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 148 (58.20% from 255 or 23.79% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED94ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94ED is #126B12. Grayscale: #B8B8B8. Windows color (decimal): -1207059 or 15570157. OLE color: 15570157.
HSL color Cylindrical-coordinate representation of color #ED94ED: hue angle of 300º degrees, saturation: 0.71, 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 #ED94ED is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 237 | - |
| CMYK | 0 | 0.38 | 0 | 0.07 |
| HSL | 300º | 0.71% | 0.75% | - |
| HSV(B) | 300º | 0.38% | 0.93% | - |
| XYZ | 60.8 | 45.3 | 85.66 | - |
| YUV | 184.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 237 | 0 | 0.38 | 0 | 0.07 | 300 | 0.71 | 0.75 |
| Hex | ED | 94 | ED | 0 | 26 | 0 | 7 | 12C | 47 | 4B |
| Octal | 355 | 224 | 355 | 0 | 46 | 0 | 7 | 454 | 107 | 113 |
| Binary | 11101101 | 10010100 | 11101101 | 0 | 100110 | 0 | 111 | 100101100 | 1000111 | 1001011 |
Color Harmonies of #ED94ED
Complementary color
Monochromatic Colors of #ED94ED
Black with #ED94ED
Text Example
Text Example
White with #ED94ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED94ED; }
p { color: rgb(237,148,237); }
H1.HeaderClassName
{
color: #ED94ED;
}
.AnyTagClassName
{
color: #ED94ED;
}
</style>
background-color css
<style>
a { background-color: #ED94ED; }
a { background-color: rgb(237,148,237); }
div.DivClassName
{
background-color: #ED94ED;
}
.BgClassName
{
background-color: #ED94ED;
}
</style>
border-color css
<style>
span { border-color: #ED94ED; }
span { border-color: rgb(237,148,237); }
td.TdClassName
{
border-color: #ED94ED;
}
.TagClassName
{
border-color: #ED94ED;
}
</style>