Shades of Heliotrope #E069FB
Tints of Heliotrope #E069FB
RGB
CMYK
RGB Variations
Color information
#E069FB (or 0xE069FB) is known color: Heliotrope. HEX triplet: E0, 69 and FB. RGB value is (224,105,251). Sum of RGB (Red+Green+Blue) = 224+105+251=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #E069FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069FB is #1F9604. Grayscale: #9C9C9C. Windows color (decimal): -2070021 or 16476640. OLE color: 16476640.
HSL color Cylindrical-coordinate representation of color #E069FB: hue angle of 288.9º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E069FB is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 105 | 251 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.02 |
| HSL | 288.9º | 0.95% | 0.7% | - |
| HSV(B) | 288.9º | 0.58% | 0.98% | - |
| XYZ | 53.2 | 32.92 | 94.82 | - |
| YUV | 157.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 251 | 0.11 | 0.58 | 0 | 0.02 | 288.9 | 0.95 | 0.7 |
| Hex | E0 | 69 | FB | B | 3A | 0 | 2 | 121 | 5F | 46 |
| Octal | 340 | 151 | 373 | 13 | 72 | 0 | 2 | 441 | 137 | 106 |
| Binary | 11100000 | 1101001 | 11111011 | 1011 | 111010 | 0 | 10 | 100100001 | 1011111 | 1000110 |
Color Harmonies of #E069FB
Complementary color
Monochromatic Colors of #E069FB
Black with #E069FB
Text Example
Text Example
White with #E069FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069FB; }
p { color: rgb(224,105,251); }
H1.HeaderClassName
{
color: #E069FB;
}
.AnyTagClassName
{
color: #E069FB;
}
</style>
background-color css
<style>
a { background-color: #E069FB; }
a { background-color: rgb(224,105,251); }
div.DivClassName
{
background-color: #E069FB;
}
.BgClassName
{
background-color: #E069FB;
}
</style>
border-color css
<style>
span { border-color: #E069FB; }
span { border-color: rgb(224,105,251); }
td.TdClassName
{
border-color: #E069FB;
}
.TagClassName
{
border-color: #E069FB;
}
</style>