Shades of Violet #E482E6
Tints of Violet #E482E6
RGB
CMYK
RGB Variations
Color information
#E482E6 (or 0xE482E6) is known color: Violet. HEX triplet: E4, 82 and E6. RGB value is (228,130,230). Sum of RGB (Red+Green+Blue) = 228+130+230=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #E482E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482E6 is #1B7D19. Grayscale: #AAAAAA. Windows color (decimal): -1801498 or 15106788. OLE color: 15106788.
HSL color Cylindrical-coordinate representation of color #E482E6: hue angle of 298.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E482E6 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 130 | 230 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.10 |
| HSL | 298.8º | 0.67% | 0.71% | - |
| HSV(B) | 298.8º | 0.43% | 0.9% | - |
| XYZ | 54.26 | 38.17 | 79.37 | - |
| YUV | 170.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 230 | 0.01 | 0.43 | 0 | 0.10 | 298.8 | 0.67 | 0.71 |
| Hex | E4 | 82 | E6 | 1 | 2B | 0 | A | 12B | 43 | 47 |
| Octal | 344 | 202 | 346 | 1 | 53 | 0 | 12 | 453 | 103 | 107 |
| Binary | 11100100 | 10000010 | 11100110 | 1 | 101011 | 0 | 1010 | 100101011 | 1000011 | 1000111 |
Color Harmonies of #E482E6
Complementary color
Monochromatic Colors of #E482E6
Black with #E482E6
Text Example
Text Example
White with #E482E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E482E6; }
p { color: rgb(228,130,230); }
H1.HeaderClassName
{
color: #E482E6;
}
.AnyTagClassName
{
color: #E482E6;
}
</style>
background-color css
<style>
a { background-color: #E482E6; }
a { background-color: rgb(228,130,230); }
div.DivClassName
{
background-color: #E482E6;
}
.BgClassName
{
background-color: #E482E6;
}
</style>
border-color css
<style>
span { border-color: #E482E6; }
span { border-color: rgb(228,130,230); }
td.TdClassName
{
border-color: #E482E6;
}
.TagClassName
{
border-color: #E482E6;
}
</style>