Shades of Violet #ED94E8
Tints of Violet #ED94E8
RGB
CMYK
RGB Variations
Color information
#ED94E8 (or 0xED94E8) is known color: Violet. HEX triplet: ED, 94 and E8. RGB value is (237,148,232). Sum of RGB (Red+Green+Blue) = 237+148+232=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94E8 is #126B17. Grayscale: #B7B7B7. Windows color (decimal): -1207064 or 15242477. OLE color: 15242477.
HSL color Cylindrical-coordinate representation of color #ED94E8: hue angle of 303.37º 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 #ED94E8 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 232 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.07 |
| HSL | 303.37º | 0.71% | 0.75% | - |
| HSV(B) | 303.37º | 0.38% | 0.93% | - |
| XYZ | 60.08 | 45.01 | 81.87 | - |
| YUV | 184.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 232 | 0 | 0.38 | 0.02 | 0.07 | 303.37 | 0.71 | 0.75 |
| Hex | ED | 94 | E8 | 0 | 26 | 2 | 7 | 12F | 47 | 4B |
| Octal | 355 | 224 | 350 | 0 | 46 | 2 | 7 | 457 | 107 | 113 |
| Binary | 11101101 | 10010100 | 11101000 | 0 | 100110 | 10 | 111 | 100101111 | 1000111 | 1001011 |
Color Harmonies of #ED94E8
Complementary color
Monochromatic Colors of #ED94E8
Black with #ED94E8
Text Example
Text Example
White with #ED94E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED94E8; }
p { color: rgb(237,148,232); }
H1.HeaderClassName
{
color: #ED94E8;
}
.AnyTagClassName
{
color: #ED94E8;
}
</style>
background-color css
<style>
a { background-color: #ED94E8; }
a { background-color: rgb(237,148,232); }
div.DivClassName
{
background-color: #ED94E8;
}
.BgClassName
{
background-color: #ED94E8;
}
</style>
border-color css
<style>
span { border-color: #ED94E8; }
span { border-color: rgb(237,148,232); }
td.TdClassName
{
border-color: #ED94E8;
}
.TagClassName
{
border-color: #ED94E8;
}
</style>