Shades of Heliotrope #E072FD
Tints of Heliotrope #E072FD
RGB
CMYK
RGB Variations
Color information
#E072FD (or 0xE072FD) is known color: Heliotrope. HEX triplet: E0, 72 and FD. RGB value is (224,114,253). Sum of RGB (Red+Green+Blue) = 224+114+253=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #E072FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072FD is #1F8D02. Grayscale: #A2A2A2. Windows color (decimal): -2067715 or 16610016. OLE color: 16610016.
HSL color Cylindrical-coordinate representation of color #E072FD: hue angle of 287.48º 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 #E072FD is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 114 | 253 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.01 |
| HSL | 287.48º | 0.97% | 0.72% | - |
| HSV(B) | 287.48º | 0.55% | 0.99% | - |
| XYZ | 54.49 | 34.97 | 96.81 | - |
| YUV | 162.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 253 | 0.11 | 0.55 | 0 | 0.01 | 287.48 | 0.97 | 0.72 |
| Hex | E0 | 72 | FD | B | 37 | 0 | 1 | 11F | 61 | 48 |
| Octal | 340 | 162 | 375 | 13 | 67 | 0 | 1 | 437 | 141 | 110 |
| Binary | 11100000 | 1110010 | 11111101 | 1011 | 110111 | 0 | 1 | 100011111 | 1100001 | 1001000 |
Color Harmonies of #E072FD
Complementary color
Monochromatic Colors of #E072FD
Black with #E072FD
Text Example
Text Example
White with #E072FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072FD; }
p { color: rgb(224,114,253); }
H1.HeaderClassName
{
color: #E072FD;
}
.AnyTagClassName
{
color: #E072FD;
}
</style>
background-color css
<style>
a { background-color: #E072FD; }
a { background-color: rgb(224,114,253); }
div.DivClassName
{
background-color: #E072FD;
}
.BgClassName
{
background-color: #E072FD;
}
</style>
border-color css
<style>
span { border-color: #E072FD; }
span { border-color: rgb(224,114,253); }
td.TdClassName
{
border-color: #E072FD;
}
.TagClassName
{
border-color: #E072FD;
}
</style>