Shades of Violet #ED80E5
Tints of Violet #ED80E5
RGB
CMYK
RGB Variations
Color information
#ED80E5 (or 0xED80E5) is known color: Violet. HEX triplet: ED, 80 and E5. RGB value is (237,128,229). Sum of RGB (Red+Green+Blue) = 237+128+229=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80E5 is #127F1A. Grayscale: #ABABAB. Windows color (decimal): -1212187 or 15040749. OLE color: 15040749.
HSL color Cylindrical-coordinate representation of color #ED80E5: hue angle of 304.4º 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 #ED80E5 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 229 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.07 |
| HSL | 304.4º | 0.75% | 0.72% | - |
| HSV(B) | 304.4º | 0.46% | 0.93% | - |
| XYZ | 56.79 | 39.1 | 78.68 | - |
| YUV | 172.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 229 | 0 | 0.46 | 0.03 | 0.07 | 304.4 | 0.75 | 0.72 |
| Hex | ED | 80 | E5 | 0 | 2E | 3 | 7 | 130 | 4B | 48 |
| Octal | 355 | 200 | 345 | 0 | 56 | 3 | 7 | 460 | 113 | 110 |
| Binary | 11101101 | 10000000 | 11100101 | 0 | 101110 | 11 | 111 | 100110000 | 1001011 | 1001000 |
Color Harmonies of #ED80E5
Complementary color
Monochromatic Colors of #ED80E5
Black with #ED80E5
Text Example
Text Example
White with #ED80E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80E5; }
p { color: rgb(237,128,229); }
H1.HeaderClassName
{
color: #ED80E5;
}
.AnyTagClassName
{
color: #ED80E5;
}
</style>
background-color css
<style>
a { background-color: #ED80E5; }
a { background-color: rgb(237,128,229); }
div.DivClassName
{
background-color: #ED80E5;
}
.BgClassName
{
background-color: #ED80E5;
}
</style>
border-color css
<style>
span { border-color: #ED80E5; }
span { border-color: rgb(237,128,229); }
td.TdClassName
{
border-color: #ED80E5;
}
.TagClassName
{
border-color: #ED80E5;
}
</style>