Shades of Violet #E582F2
Tints of Violet #E582F2
RGB
CMYK
RGB Variations
Color information
#E582F2 (or 0xE582F2) is known color: Violet. HEX triplet: E5, 82 and F2. RGB value is (229,130,242). Sum of RGB (Red+Green+Blue) = 229+130+242=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #E582F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E582F2 is #1A7D0D. Grayscale: #ACACAC. Windows color (decimal): -1735950 or 15893221. OLE color: 15893221.
HSL color Cylindrical-coordinate representation of color #E582F2: hue angle of 293.04º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E582F2 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 130 | 242 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.05 |
| HSL | 293.04º | 0.81% | 0.73% | - |
| HSV(B) | 293.04º | 0.46% | 0.95% | - |
| XYZ | 56.32 | 39.03 | 88.57 | - |
| YUV | 172.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 242 | 0.05 | 0.46 | 0 | 0.05 | 293.04 | 0.81 | 0.73 |
| Hex | E5 | 82 | F2 | 5 | 2E | 0 | 5 | 125 | 51 | 49 |
| Octal | 345 | 202 | 362 | 5 | 56 | 0 | 5 | 445 | 121 | 111 |
| Binary | 11100101 | 10000010 | 11110010 | 101 | 101110 | 0 | 101 | 100100101 | 1010001 | 1001001 |
Color Harmonies of #E582F2
Complementary color
Monochromatic Colors of #E582F2
Black with #E582F2
Text Example
Text Example
White with #E582F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E582F2; }
p { color: rgb(229,130,242); }
H1.HeaderClassName
{
color: #E582F2;
}
.AnyTagClassName
{
color: #E582F2;
}
</style>
background-color css
<style>
a { background-color: #E582F2; }
a { background-color: rgb(229,130,242); }
div.DivClassName
{
background-color: #E582F2;
}
.BgClassName
{
background-color: #E582F2;
}
</style>
border-color css
<style>
span { border-color: #E582F2; }
span { border-color: rgb(229,130,242); }
td.TdClassName
{
border-color: #E582F2;
}
.TagClassName
{
border-color: #E582F2;
}
</style>