Shades of Heliotrope #E15AFD
Tints of Heliotrope #E15AFD
RGB
CMYK
RGB Variations
Color information
#E15AFD (or 0xE15AFD) is known color: Heliotrope. HEX triplet: E1, 5A and FD. RGB value is (225,90,253). Sum of RGB (Red+Green+Blue) = 225+90+253=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 90 (35.55% from 255 or 15.85% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #E15AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15AFD is #1EA502. Grayscale: #949494. Windows color (decimal): -2008323 or 16603873. OLE color: 16603873.
HSL color Cylindrical-coordinate representation of color #E15AFD: hue angle of 289.69º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15AFD is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 90 | 253 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.01 |
| HSL | 289.69º | 0.98% | 0.67% | - |
| HSV(B) | 289.69º | 0.64% | 0.99% | - |
| XYZ | 52.44 | 30.41 | 96.03 | - |
| YUV | 148.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 253 | 0.11 | 0.64 | 0 | 0.01 | 289.69 | 0.98 | 0.67 |
| Hex | E1 | 5A | FD | B | 40 | 0 | 1 | 122 | 62 | 43 |
| Octal | 341 | 132 | 375 | 13 | 100 | 0 | 1 | 442 | 142 | 103 |
| Binary | 11100001 | 1011010 | 11111101 | 1011 | 1000000 | 0 | 1 | 100100010 | 1100010 | 1000011 |
Color Harmonies of #E15AFD
Complementary color
Monochromatic Colors of #E15AFD
Black with #E15AFD
Text Example
Text Example
White with #E15AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AFD; }
p { color: rgb(225,90,253); }
H1.HeaderClassName
{
color: #E15AFD;
}
.AnyTagClassName
{
color: #E15AFD;
}
</style>
background-color css
<style>
a { background-color: #E15AFD; }
a { background-color: rgb(225,90,253); }
div.DivClassName
{
background-color: #E15AFD;
}
.BgClassName
{
background-color: #E15AFD;
}
</style>
border-color css
<style>
span { border-color: #E15AFD; }
span { border-color: rgb(225,90,253); }
td.TdClassName
{
border-color: #E15AFD;
}
.TagClassName
{
border-color: #E15AFD;
}
</style>