Shades of Heliotrope #E15BFD
Tints of Heliotrope #E15BFD
RGB
CMYK
RGB Variations
Color information
#E15BFD (or 0xE15BFD) is known color: Heliotrope. HEX triplet: E1, 5B and FD. RGB value is (225,91,253). Sum of RGB (Red+Green+Blue) = 225+91+253=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 91 (35.94% from 255 or 15.99% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #E15BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15BFD is #1EA402. Grayscale: #959595. Windows color (decimal): -2008067 or 16604129. OLE color: 16604129.
HSL color Cylindrical-coordinate representation of color #E15BFD: hue angle of 289.63º 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 #E15BFD is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 91 | 253 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.01 |
| HSL | 289.63º | 0.98% | 0.67% | - |
| HSV(B) | 289.63º | 0.64% | 0.99% | - |
| XYZ | 52.52 | 30.58 | 96.06 | - |
| YUV | 149.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 253 | 0.11 | 0.64 | 0 | 0.01 | 289.63 | 0.98 | 0.67 |
| Hex | E1 | 5B | FD | B | 40 | 0 | 1 | 122 | 62 | 43 |
| Octal | 341 | 133 | 375 | 13 | 100 | 0 | 1 | 442 | 142 | 103 |
| Binary | 11100001 | 1011011 | 11111101 | 1011 | 1000000 | 0 | 1 | 100100010 | 1100010 | 1000011 |
Color Harmonies of #E15BFD
Complementary color
Monochromatic Colors of #E15BFD
Black with #E15BFD
Text Example
Text Example
White with #E15BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BFD; }
p { color: rgb(225,91,253); }
H1.HeaderClassName
{
color: #E15BFD;
}
.AnyTagClassName
{
color: #E15BFD;
}
</style>
background-color css
<style>
a { background-color: #E15BFD; }
a { background-color: rgb(225,91,253); }
div.DivClassName
{
background-color: #E15BFD;
}
.BgClassName
{
background-color: #E15BFD;
}
</style>
border-color css
<style>
span { border-color: #E15BFD; }
span { border-color: rgb(225,91,253); }
td.TdClassName
{
border-color: #E15BFD;
}
.TagClassName
{
border-color: #E15BFD;
}
</style>