Shades of Heliotrope #E075FF
Tints of Heliotrope #E075FF
RGB
CMYK
RGB Variations
Color information
#E075FF (or 0xE075FF) is known color: Heliotrope. HEX triplet: E0, 75 and FF. RGB value is (224,117,255). Sum of RGB (Red+Green+Blue) = 224+117+255=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #E075FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E075FF is #1F8A00. Grayscale: #A4A4A4. Windows color (decimal): -2066945 or 16741856. OLE color: 16741856.
HSL color Cylindrical-coordinate representation of color #E075FF: hue angle of 286.52º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E075FF is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 117 | 255 | - |
| CMYK | 0.12 | 0.54 | 0 | 0 |
| HSL | 286.52º | 1% | 0.73% | - |
| HSV(B) | 286.52º | 0.54% | 1% | - |
| XYZ | 55.15 | 35.79 | 98.61 | - |
| YUV | 164.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 255 | 0.12 | 0.54 | 0 | 0 | 286.52 | 1 | 0.73 |
| Hex | E0 | 75 | FF | C | 36 | 0 | 0 | 11F | 64 | 49 |
| Octal | 340 | 165 | 377 | 14 | 66 | 0 | 0 | 437 | 144 | 111 |
| Binary | 11100000 | 1110101 | 11111111 | 1100 | 110110 | 0 | 0 | 100011111 | 1100100 | 1001001 |
Color Harmonies of #E075FF
Complementary color
Monochromatic Colors of #E075FF
Black with #E075FF
Text Example
Text Example
White with #E075FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075FF; }
p { color: rgb(224,117,255); }
H1.HeaderClassName
{
color: #E075FF;
}
.AnyTagClassName
{
color: #E075FF;
}
</style>
background-color css
<style>
a { background-color: #E075FF; }
a { background-color: rgb(224,117,255); }
div.DivClassName
{
background-color: #E075FF;
}
.BgClassName
{
background-color: #E075FF;
}
</style>
border-color css
<style>
span { border-color: #E075FF; }
span { border-color: rgb(224,117,255); }
td.TdClassName
{
border-color: #E075FF;
}
.TagClassName
{
border-color: #E075FF;
}
</style>