Shades of Violet #E182EA
Tints of Violet #E182EA
RGB
CMYK
RGB Variations
Color information
#E182EA (or 0xE182EA) is known color: Violet. HEX triplet: E1, 82 and EA. RGB value is (225,130,234). Sum of RGB (Red+Green+Blue) = 225+130+234=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #E182EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E182EA is #1E7D15. Grayscale: #A9A9A9. Windows color (decimal): -1998102 or 15368929. OLE color: 15368929.
HSL color Cylindrical-coordinate representation of color #E182EA: hue angle of 294.81º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E182EA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 130 | 234 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.08 |
| HSL | 294.81º | 0.71% | 0.71% | - |
| HSV(B) | 294.81º | 0.44% | 0.92% | - |
| XYZ | 53.89 | 37.91 | 82.32 | - |
| YUV | 170.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 234 | 0.04 | 0.44 | 0 | 0.08 | 294.81 | 0.71 | 0.71 |
| Hex | E1 | 82 | EA | 4 | 2C | 0 | 8 | 127 | 47 | 47 |
| Octal | 341 | 202 | 352 | 4 | 54 | 0 | 10 | 447 | 107 | 107 |
| Binary | 11100001 | 10000010 | 11101010 | 100 | 101100 | 0 | 1000 | 100100111 | 1000111 | 1000111 |
Color Harmonies of #E182EA
Complementary color
Monochromatic Colors of #E182EA
Black with #E182EA
Text Example
Text Example
White with #E182EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182EA; }
p { color: rgb(225,130,234); }
H1.HeaderClassName
{
color: #E182EA;
}
.AnyTagClassName
{
color: #E182EA;
}
</style>
background-color css
<style>
a { background-color: #E182EA; }
a { background-color: rgb(225,130,234); }
div.DivClassName
{
background-color: #E182EA;
}
.BgClassName
{
background-color: #E182EA;
}
</style>
border-color css
<style>
span { border-color: #E182EA; }
span { border-color: rgb(225,130,234); }
td.TdClassName
{
border-color: #E182EA;
}
.TagClassName
{
border-color: #E182EA;
}
</style>