Shades of Violet #E582ED
Tints of Violet #E582ED
RGB
CMYK
RGB Variations
Color information
#E582ED (or 0xE582ED) is known color: Violet. HEX triplet: E5, 82 and ED. RGB value is (229,130,237). Sum of RGB (Red+Green+Blue) = 229+130+237=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #E582ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E582ED is #1A7D12. Grayscale: #ABABAB. Windows color (decimal): -1735955 or 15565541. OLE color: 15565541.
HSL color Cylindrical-coordinate representation of color #E582ED: hue angle of 295.51º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E582ED is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 130 | 237 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.07 |
| HSL | 295.51º | 0.75% | 0.72% | - |
| HSV(B) | 295.51º | 0.45% | 0.93% | - |
| XYZ | 55.58 | 38.74 | 84.67 | - |
| YUV | 171.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 237 | 0.03 | 0.45 | 0 | 0.07 | 295.51 | 0.75 | 0.72 |
| Hex | E5 | 82 | ED | 3 | 2D | 0 | 7 | 128 | 4B | 48 |
| Octal | 345 | 202 | 355 | 3 | 55 | 0 | 7 | 450 | 113 | 110 |
| Binary | 11100101 | 10000010 | 11101101 | 11 | 101101 | 0 | 111 | 100101000 | 1001011 | 1001000 |
Color Harmonies of #E582ED
Complementary color
Monochromatic Colors of #E582ED
Black with #E582ED
Text Example
Text Example
White with #E582ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E582ED; }
p { color: rgb(229,130,237); }
H1.HeaderClassName
{
color: #E582ED;
}
.AnyTagClassName
{
color: #E582ED;
}
</style>
background-color css
<style>
a { background-color: #E582ED; }
a { background-color: rgb(229,130,237); }
div.DivClassName
{
background-color: #E582ED;
}
.BgClassName
{
background-color: #E582ED;
}
</style>
border-color css
<style>
span { border-color: #E582ED; }
span { border-color: rgb(229,130,237); }
td.TdClassName
{
border-color: #E582ED;
}
.TagClassName
{
border-color: #E582ED;
}
</style>