Shades of Heliotrope #E25DF3
Tints of Heliotrope #E25DF3
RGB
CMYK
RGB Variations
Color information
#E25DF3 (or 0xE25DF3) is known color: Heliotrope. HEX triplet: E2, 5D and F3. RGB value is (226,93,243). Sum of RGB (Red+Green+Blue) = 226+93+243=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #E25DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25DF3 is #1DA20C. Grayscale: #959595. Windows color (decimal): -1942029 or 15949282. OLE color: 15949282.
HSL color Cylindrical-coordinate representation of color #E25DF3: hue angle of 293.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25DF3 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 93 | 243 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.05 |
| HSL | 293.2º | 0.86% | 0.66% | - |
| HSV(B) | 293.2º | 0.62% | 0.95% | - |
| XYZ | 51.46 | 30.47 | 87.96 | - |
| YUV | 149.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 243 | 0.07 | 0.62 | 0 | 0.05 | 293.2 | 0.86 | 0.66 |
| Hex | E2 | 5D | F3 | 7 | 3E | 0 | 5 | 125 | 56 | 42 |
| Octal | 342 | 135 | 363 | 7 | 76 | 0 | 5 | 445 | 126 | 102 |
| Binary | 11100010 | 1011101 | 11110011 | 111 | 111110 | 0 | 101 | 100100101 | 1010110 | 1000010 |
Color Harmonies of #E25DF3
Complementary color
Monochromatic Colors of #E25DF3
Black with #E25DF3
Text Example
Text Example
White with #E25DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DF3; }
p { color: rgb(226,93,243); }
H1.HeaderClassName
{
color: #E25DF3;
}
.AnyTagClassName
{
color: #E25DF3;
}
</style>
background-color css
<style>
a { background-color: #E25DF3; }
a { background-color: rgb(226,93,243); }
div.DivClassName
{
background-color: #E25DF3;
}
.BgClassName
{
background-color: #E25DF3;
}
</style>
border-color css
<style>
span { border-color: #E25DF3; }
span { border-color: rgb(226,93,243); }
td.TdClassName
{
border-color: #E25DF3;
}
.TagClassName
{
border-color: #E25DF3;
}
</style>