Shades of Heliotrope #E05FFD
Tints of Heliotrope #E05FFD
RGB
CMYK
RGB Variations
Color information
#E05FFD (or 0xE05FFD) is known color: Heliotrope. HEX triplet: E0, 5F and FD. RGB value is (224,95,253). Sum of RGB (Red+Green+Blue) = 224+95+253=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 95 (37.5% from 255 or 16.61% 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 #E05FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05FFD is #1FA002. Grayscale: #979797. Windows color (decimal): -2072579 or 16605152. OLE color: 16605152.
HSL color Cylindrical-coordinate representation of color #E05FFD: hue angle of 288.99º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05FFD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 95 | 253 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.01 |
| HSL | 288.99º | 0.98% | 0.68% | - |
| HSV(B) | 288.99º | 0.62% | 0.99% | - |
| XYZ | 52.56 | 31.12 | 96.17 | - |
| YUV | 151.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 253 | 0.11 | 0.62 | 0 | 0.01 | 288.99 | 0.98 | 0.68 |
| Hex | E0 | 5F | FD | B | 3E | 0 | 1 | 121 | 62 | 44 |
| Octal | 340 | 137 | 375 | 13 | 76 | 0 | 1 | 441 | 142 | 104 |
| Binary | 11100000 | 1011111 | 11111101 | 1011 | 111110 | 0 | 1 | 100100001 | 1100010 | 1000100 |
Color Harmonies of #E05FFD
Complementary color
Monochromatic Colors of #E05FFD
Black with #E05FFD
Text Example
Text Example
White with #E05FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05FFD; }
p { color: rgb(224,95,253); }
H1.HeaderClassName
{
color: #E05FFD;
}
.AnyTagClassName
{
color: #E05FFD;
}
</style>
background-color css
<style>
a { background-color: #E05FFD; }
a { background-color: rgb(224,95,253); }
div.DivClassName
{
background-color: #E05FFD;
}
.BgClassName
{
background-color: #E05FFD;
}
</style>
border-color css
<style>
span { border-color: #E05FFD; }
span { border-color: rgb(224,95,253); }
td.TdClassName
{
border-color: #E05FFD;
}
.TagClassName
{
border-color: #E05FFD;
}
</style>