Shades of Heliotrope #E182FD
Tints of Heliotrope #E182FD
RGB
CMYK
RGB Variations
Color information
#E182FD (or 0xE182FD) is known color: Heliotrope. HEX triplet: E1, 82 and FD. RGB value is (225,130,253). Sum of RGB (Red+Green+Blue) = 225+130+253=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 130 (51.17% from 255 or 21.38% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #E182FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E182FD is #1E7D02. Grayscale: #ACACAC. Windows color (decimal): -1998083 or 16614113. OLE color: 16614113.
HSL color Cylindrical-coordinate representation of color #E182FD: hue angle of 286.34º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E182FD is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 130 | 253 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.01 |
| HSL | 286.34º | 0.97% | 0.75% | - |
| HSV(B) | 286.34º | 0.49% | 0.99% | - |
| XYZ | 56.76 | 39.06 | 97.48 | - |
| YUV | 172.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 253 | 0.11 | 0.49 | 0 | 0.01 | 286.34 | 0.97 | 0.75 |
| Hex | E1 | 82 | FD | B | 31 | 0 | 1 | 11E | 61 | 4B |
| Octal | 341 | 202 | 375 | 13 | 61 | 0 | 1 | 436 | 141 | 113 |
| Binary | 11100001 | 10000010 | 11111101 | 1011 | 110001 | 0 | 1 | 100011110 | 1100001 | 1001011 |
Color Harmonies of #E182FD
Complementary color
Monochromatic Colors of #E182FD
Black with #E182FD
Text Example
Text Example
White with #E182FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182FD; }
p { color: rgb(225,130,253); }
H1.HeaderClassName
{
color: #E182FD;
}
.AnyTagClassName
{
color: #E182FD;
}
</style>
background-color css
<style>
a { background-color: #E182FD; }
a { background-color: rgb(225,130,253); }
div.DivClassName
{
background-color: #E182FD;
}
.BgClassName
{
background-color: #E182FD;
}
</style>
border-color css
<style>
span { border-color: #E182FD; }
span { border-color: rgb(225,130,253); }
td.TdClassName
{
border-color: #E182FD;
}
.TagClassName
{
border-color: #E182FD;
}
</style>