Shades of Heliotrope #E045FD
Tints of Heliotrope #E045FD
RGB
CMYK
RGB Variations
Color information
#E045FD (or 0xE045FD) is known color: Heliotrope. HEX triplet: E0, 45 and FD. RGB value is (224,69,253). Sum of RGB (Red+Green+Blue) = 224+69+253=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 69 (27.34% from 255 or 12.64% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #E045FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E045FD is #1FBA02. Grayscale: #878787. Windows color (decimal): -2079235 or 16598496. OLE color: 16598496.
HSL color Cylindrical-coordinate representation of color #E045FD: hue angle of 290.54º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E045FD is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 69 | 253 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.01 |
| HSL | 290.54º | 0.98% | 0.63% | - |
| HSV(B) | 290.54º | 0.73% | 0.99% | - |
| XYZ | 50.6 | 27.2 | 95.51 | - |
| YUV | 136.32 | 193.85 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 253 | 0.11 | 0.73 | 0 | 0.01 | 290.54 | 0.98 | 0.63 |
| Hex | E0 | 45 | FD | B | 49 | 0 | 1 | 123 | 62 | 3F |
| Octal | 340 | 105 | 375 | 13 | 111 | 0 | 1 | 443 | 142 | 77 |
| Binary | 11100000 | 1000101 | 11111101 | 1011 | 1001001 | 0 | 1 | 100100011 | 1100010 | 111111 |
Color Harmonies of #E045FD
Complementary color
Monochromatic Colors of #E045FD
Black with #E045FD
Text Example
Text Example
White with #E045FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045FD; }
p { color: rgb(224,69,253); }
H1.HeaderClassName
{
color: #E045FD;
}
.AnyTagClassName
{
color: #E045FD;
}
</style>
background-color css
<style>
a { background-color: #E045FD; }
a { background-color: rgb(224,69,253); }
div.DivClassName
{
background-color: #E045FD;
}
.BgClassName
{
background-color: #E045FD;
}
</style>
border-color css
<style>
span { border-color: #E045FD; }
span { border-color: rgb(224,69,253); }
td.TdClassName
{
border-color: #E045FD;
}
.TagClassName
{
border-color: #E045FD;
}
</style>