Shades of Heliotrope #E05DF2
Tints of Heliotrope #E05DF2
RGB
CMYK
RGB Variations
Color information
#E05DF2 (or 0xE05DF2) is known color: Heliotrope. HEX triplet: E0, 5D and F2. RGB value is (224,93,242). Sum of RGB (Red+Green+Blue) = 224+93+242=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #E05DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05DF2 is #1FA20D. Grayscale: #949494. Windows color (decimal): -2073102 or 15883744. OLE color: 15883744.
HSL color Cylindrical-coordinate representation of color #E05DF2: hue angle of 292.75º degrees, saturation: 0.85, 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 #E05DF2 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 93 | 242 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.05 |
| HSL | 292.75º | 0.85% | 0.66% | - |
| HSV(B) | 292.75º | 0.62% | 0.95% | - |
| XYZ | 50.68 | 30.09 | 87.14 | - |
| YUV | 149.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 242 | 0.07 | 0.62 | 0 | 0.05 | 292.75 | 0.85 | 0.66 |
| Hex | E0 | 5D | F2 | 7 | 3E | 0 | 5 | 125 | 55 | 42 |
| Octal | 340 | 135 | 362 | 7 | 76 | 0 | 5 | 445 | 125 | 102 |
| Binary | 11100000 | 1011101 | 11110010 | 111 | 111110 | 0 | 101 | 100100101 | 1010101 | 1000010 |
Color Harmonies of #E05DF2
Complementary color
Monochromatic Colors of #E05DF2
Black with #E05DF2
Text Example
Text Example
White with #E05DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DF2; }
p { color: rgb(224,93,242); }
H1.HeaderClassName
{
color: #E05DF2;
}
.AnyTagClassName
{
color: #E05DF2;
}
</style>
background-color css
<style>
a { background-color: #E05DF2; }
a { background-color: rgb(224,93,242); }
div.DivClassName
{
background-color: #E05DF2;
}
.BgClassName
{
background-color: #E05DF2;
}
</style>
border-color css
<style>
span { border-color: #E05DF2; }
span { border-color: rgb(224,93,242); }
td.TdClassName
{
border-color: #E05DF2;
}
.TagClassName
{
border-color: #E05DF2;
}
</style>