Shades of Heliotrope #E25DFD
Tints of Heliotrope #E25DFD
RGB
CMYK
RGB Variations
Color information
#E25DFD (or 0xE25DFD) is known color: Heliotrope. HEX triplet: E2, 5D and FD. RGB value is (226,93,253). Sum of RGB (Red+Green+Blue) = 226+93+253=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 93 (36.72% from 255 or 16.26% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #E25DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25DFD is #1DA202. Grayscale: #969696. Windows color (decimal): -1942019 or 16604642. OLE color: 16604642.
HSL color Cylindrical-coordinate representation of color #E25DFD: hue angle of 289.88º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25DFD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 93 | 253 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.01 |
| HSL | 289.88º | 0.98% | 0.68% | - |
| HSV(B) | 289.88º | 0.63% | 0.99% | - |
| XYZ | 53.01 | 31.09 | 96.14 | - |
| YUV | 151.01 | 185.56 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 253 | 0.11 | 0.63 | 0 | 0.01 | 289.88 | 0.98 | 0.68 |
| Hex | E2 | 5D | FD | B | 3F | 0 | 1 | 122 | 62 | 44 |
| Octal | 342 | 135 | 375 | 13 | 77 | 0 | 1 | 442 | 142 | 104 |
| Binary | 11100010 | 1011101 | 11111101 | 1011 | 111111 | 0 | 1 | 100100010 | 1100010 | 1000100 |
Color Harmonies of #E25DFD
Complementary color
Monochromatic Colors of #E25DFD
Black with #E25DFD
Text Example
Text Example
White with #E25DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DFD; }
p { color: rgb(226,93,253); }
H1.HeaderClassName
{
color: #E25DFD;
}
.AnyTagClassName
{
color: #E25DFD;
}
</style>
background-color css
<style>
a { background-color: #E25DFD; }
a { background-color: rgb(226,93,253); }
div.DivClassName
{
background-color: #E25DFD;
}
.BgClassName
{
background-color: #E25DFD;
}
</style>
border-color css
<style>
span { border-color: #E25DFD; }
span { border-color: rgb(226,93,253); }
td.TdClassName
{
border-color: #E25DFD;
}
.TagClassName
{
border-color: #E25DFD;
}
</style>