Shades of Violet #ED80E8
Tints of Violet #ED80E8
RGB
CMYK
RGB Variations
Color information
#ED80E8 (or 0xED80E8) is known color: Violet. HEX triplet: ED, 80 and E8. RGB value is (237,128,232). Sum of RGB (Red+Green+Blue) = 237+128+232=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80E8 is #127F17. Grayscale: #ACACAC. Windows color (decimal): -1212184 or 15237357. OLE color: 15237357.
HSL color Cylindrical-coordinate representation of color #ED80E8: hue angle of 302.75º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED80E8 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 232 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.07 |
| HSL | 302.75º | 0.75% | 0.72% | - |
| HSV(B) | 302.75º | 0.46% | 0.93% | - |
| XYZ | 57.21 | 39.27 | 80.91 | - |
| YUV | 172.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 232 | 0 | 0.46 | 0.02 | 0.07 | 302.75 | 0.75 | 0.72 |
| Hex | ED | 80 | E8 | 0 | 2E | 2 | 7 | 12F | 4B | 48 |
| Octal | 355 | 200 | 350 | 0 | 56 | 2 | 7 | 457 | 113 | 110 |
| Binary | 11101101 | 10000000 | 11101000 | 0 | 101110 | 10 | 111 | 100101111 | 1001011 | 1001000 |
Color Harmonies of #ED80E8
Complementary color
Monochromatic Colors of #ED80E8
Black with #ED80E8
Text Example
Text Example
White with #ED80E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80E8; }
p { color: rgb(237,128,232); }
H1.HeaderClassName
{
color: #ED80E8;
}
.AnyTagClassName
{
color: #ED80E8;
}
</style>
background-color css
<style>
a { background-color: #ED80E8; }
a { background-color: rgb(237,128,232); }
div.DivClassName
{
background-color: #ED80E8;
}
.BgClassName
{
background-color: #ED80E8;
}
</style>
border-color css
<style>
span { border-color: #ED80E8; }
span { border-color: rgb(237,128,232); }
td.TdClassName
{
border-color: #ED80E8;
}
.TagClassName
{
border-color: #ED80E8;
}
</style>