Shades of Heliotrope #E182F7
Tints of Heliotrope #E182F7
RGB
CMYK
RGB Variations
Color information
#E182F7 (or 0xE182F7) is known color: Heliotrope. HEX triplet: E1, 82 and F7. RGB value is (225,130,247). Sum of RGB (Red+Green+Blue) = 225+130+247=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #E182F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E182F7 is #1E7D08. Grayscale: #ABABAB. Windows color (decimal): -1998089 or 16220897. OLE color: 16220897.
HSL color Cylindrical-coordinate representation of color #E182F7: hue angle of 288.72º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E182F7 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 130 | 247 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.03 |
| HSL | 288.72º | 0.88% | 0.74% | - |
| HSV(B) | 288.72º | 0.47% | 0.97% | - |
| XYZ | 55.82 | 38.69 | 92.52 | - |
| YUV | 171.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 247 | 0.09 | 0.47 | 0 | 0.03 | 288.72 | 0.88 | 0.74 |
| Hex | E1 | 82 | F7 | 9 | 2F | 0 | 3 | 121 | 58 | 4A |
| Octal | 341 | 202 | 367 | 11 | 57 | 0 | 3 | 441 | 130 | 112 |
| Binary | 11100001 | 10000010 | 11110111 | 1001 | 101111 | 0 | 11 | 100100001 | 1011000 | 1001010 |
Color Harmonies of #E182F7
Complementary color
Monochromatic Colors of #E182F7
Black with #E182F7
Text Example
Text Example
White with #E182F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182F7; }
p { color: rgb(225,130,247); }
H1.HeaderClassName
{
color: #E182F7;
}
.AnyTagClassName
{
color: #E182F7;
}
</style>
background-color css
<style>
a { background-color: #E182F7; }
a { background-color: rgb(225,130,247); }
div.DivClassName
{
background-color: #E182F7;
}
.BgClassName
{
background-color: #E182F7;
}
</style>
border-color css
<style>
span { border-color: #E182F7; }
span { border-color: rgb(225,130,247); }
td.TdClassName
{
border-color: #E182F7;
}
.TagClassName
{
border-color: #E182F7;
}
</style>