Shades of Heliotrope #E182F5
Tints of Heliotrope #E182F5
RGB
CMYK
RGB Variations
Color information
#E182F5 (or 0xE182F5) is known color: Heliotrope. HEX triplet: E1, 82 and F5. RGB value is (225,130,245). Sum of RGB (Red+Green+Blue) = 225+130+245=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #E182F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E182F5 is #1E7D0A. Grayscale: #ABABAB. Windows color (decimal): -1998091 or 16089825. OLE color: 16089825.
HSL color Cylindrical-coordinate representation of color #E182F5: hue angle of 289.57º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E182F5 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 130 | 245 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.04 |
| HSL | 289.57º | 0.85% | 0.74% | - |
| HSV(B) | 289.57º | 0.47% | 0.96% | - |
| XYZ | 55.52 | 38.57 | 90.9 | - |
| YUV | 171.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 245 | 0.08 | 0.47 | 0 | 0.04 | 289.57 | 0.85 | 0.74 |
| Hex | E1 | 82 | F5 | 8 | 2F | 0 | 4 | 122 | 55 | 4A |
| Octal | 341 | 202 | 365 | 10 | 57 | 0 | 4 | 442 | 125 | 112 |
| Binary | 11100001 | 10000010 | 11110101 | 1000 | 101111 | 0 | 100 | 100100010 | 1010101 | 1001010 |
Color Harmonies of #E182F5
Complementary color
Monochromatic Colors of #E182F5
Black with #E182F5
Text Example
Text Example
White with #E182F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182F5; }
p { color: rgb(225,130,245); }
H1.HeaderClassName
{
color: #E182F5;
}
.AnyTagClassName
{
color: #E182F5;
}
</style>
background-color css
<style>
a { background-color: #E182F5; }
a { background-color: rgb(225,130,245); }
div.DivClassName
{
background-color: #E182F5;
}
.BgClassName
{
background-color: #E182F5;
}
</style>
border-color css
<style>
span { border-color: #E182F5; }
span { border-color: rgb(225,130,245); }
td.TdClassName
{
border-color: #E182F5;
}
.TagClassName
{
border-color: #E182F5;
}
</style>