Shades of Violet #ED81E4
Tints of Violet #ED81E4
RGB
CMYK
RGB Variations
Color information
#ED81E4 (or 0xED81E4) is known color: Violet. HEX triplet: ED, 81 and E4. RGB value is (237,129,228). Sum of RGB (Red+Green+Blue) = 237+129+228=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81E4 is #127E1B. Grayscale: #ACACAC. Windows color (decimal): -1211932 or 14975469. OLE color: 14975469.
HSL color Cylindrical-coordinate representation of color #ED81E4: hue angle of 305º 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 #ED81E4 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 228 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.07 |
| HSL | 305º | 0.75% | 0.72% | - |
| HSV(B) | 305º | 0.46% | 0.93% | - |
| XYZ | 56.78 | 39.31 | 77.99 | - |
| YUV | 172.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 228 | 0 | 0.46 | 0.04 | 0.07 | 305 | 0.75 | 0.72 |
| Hex | ED | 81 | E4 | 0 | 2E | 4 | 7 | 131 | 4B | 48 |
| Octal | 355 | 201 | 344 | 0 | 56 | 4 | 7 | 461 | 113 | 110 |
| Binary | 11101101 | 10000001 | 11100100 | 0 | 101110 | 100 | 111 | 100110001 | 1001011 | 1001000 |
Color Harmonies of #ED81E4
Complementary color
Monochromatic Colors of #ED81E4
Black with #ED81E4
Text Example
Text Example
White with #ED81E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81E4; }
p { color: rgb(237,129,228); }
H1.HeaderClassName
{
color: #ED81E4;
}
.AnyTagClassName
{
color: #ED81E4;
}
</style>
background-color css
<style>
a { background-color: #ED81E4; }
a { background-color: rgb(237,129,228); }
div.DivClassName
{
background-color: #ED81E4;
}
.BgClassName
{
background-color: #ED81E4;
}
</style>
border-color css
<style>
span { border-color: #ED81E4; }
span { border-color: rgb(237,129,228); }
td.TdClassName
{
border-color: #ED81E4;
}
.TagClassName
{
border-color: #ED81E4;
}
</style>