Shades of Heliotrope #E073FD
Tints of Heliotrope #E073FD
RGB
CMYK
RGB Variations
Color information
#E073FD (or 0xE073FD) is known color: Heliotrope. HEX triplet: E0, 73 and FD. RGB value is (224,115,253). Sum of RGB (Red+Green+Blue) = 224+115+253=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 115 (45.31% from 255 or 19.43% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #E073FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E073FD is #1F8C02. Grayscale: #A2A2A2. Windows color (decimal): -2067459 or 16610272. OLE color: 16610272.
HSL color Cylindrical-coordinate representation of color #E073FD: hue angle of 287.39º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E073FD is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 115 | 253 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.01 |
| HSL | 287.39º | 0.97% | 0.72% | - |
| HSV(B) | 287.39º | 0.55% | 0.99% | - |
| XYZ | 54.6 | 35.2 | 96.85 | - |
| YUV | 163.32 | 178.61 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 253 | 0.11 | 0.55 | 0 | 0.01 | 287.39 | 0.97 | 0.72 |
| Hex | E0 | 73 | FD | B | 37 | 0 | 1 | 11F | 61 | 48 |
| Octal | 340 | 163 | 375 | 13 | 67 | 0 | 1 | 437 | 141 | 110 |
| Binary | 11100000 | 1110011 | 11111101 | 1011 | 110111 | 0 | 1 | 100011111 | 1100001 | 1001000 |
Color Harmonies of #E073FD
Complementary color
Monochromatic Colors of #E073FD
Black with #E073FD
Text Example
Text Example
White with #E073FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E073FD; }
p { color: rgb(224,115,253); }
H1.HeaderClassName
{
color: #E073FD;
}
.AnyTagClassName
{
color: #E073FD;
}
</style>
background-color css
<style>
a { background-color: #E073FD; }
a { background-color: rgb(224,115,253); }
div.DivClassName
{
background-color: #E073FD;
}
.BgClassName
{
background-color: #E073FD;
}
</style>
border-color css
<style>
span { border-color: #E073FD; }
span { border-color: rgb(224,115,253); }
td.TdClassName
{
border-color: #E073FD;
}
.TagClassName
{
border-color: #E073FD;
}
</style>