Shades of Heliotrope #E075FD
Tints of Heliotrope #E075FD
RGB
CMYK
RGB Variations
Color information
#E075FD (or 0xE075FD) is known color: Heliotrope. HEX triplet: E0, 75 and FD. RGB value is (224,117,253). Sum of RGB (Red+Green+Blue) = 224+117+253=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 117 (46.09% from 255 or 19.70% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #E075FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E075FD is #1F8A02. Grayscale: #A4A4A4. Windows color (decimal): -2066947 or 16610784. OLE color: 16610784.
HSL color Cylindrical-coordinate representation of color #E075FD: hue angle of 287.21º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E075FD is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 117 | 253 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.01 |
| HSL | 287.21º | 0.97% | 0.73% | - |
| HSV(B) | 287.21º | 0.54% | 0.99% | - |
| XYZ | 54.83 | 35.66 | 96.92 | - |
| YUV | 164.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 253 | 0.11 | 0.54 | 0 | 0.01 | 287.21 | 0.97 | 0.73 |
| Hex | E0 | 75 | FD | B | 36 | 0 | 1 | 11F | 61 | 49 |
| Octal | 340 | 165 | 375 | 13 | 66 | 0 | 1 | 437 | 141 | 111 |
| Binary | 11100000 | 1110101 | 11111101 | 1011 | 110110 | 0 | 1 | 100011111 | 1100001 | 1001001 |
Color Harmonies of #E075FD
Complementary color
Monochromatic Colors of #E075FD
Black with #E075FD
Text Example
Text Example
White with #E075FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075FD; }
p { color: rgb(224,117,253); }
H1.HeaderClassName
{
color: #E075FD;
}
.AnyTagClassName
{
color: #E075FD;
}
</style>
background-color css
<style>
a { background-color: #E075FD; }
a { background-color: rgb(224,117,253); }
div.DivClassName
{
background-color: #E075FD;
}
.BgClassName
{
background-color: #E075FD;
}
</style>
border-color css
<style>
span { border-color: #E075FD; }
span { border-color: rgb(224,117,253); }
td.TdClassName
{
border-color: #E075FD;
}
.TagClassName
{
border-color: #E075FD;
}
</style>