Shades of Heliotrope #E05EFB
Tints of Heliotrope #E05EFB
RGB
CMYK
RGB Variations
Color information
#E05EFB (or 0xE05EFB) is known color: Heliotrope. HEX triplet: E0, 5E and FB. RGB value is (224,94,251). Sum of RGB (Red+Green+Blue) = 224+94+251=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 94 (37.11% from 255 or 16.52% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #E05EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05EFB is #1FA104. Grayscale: #969696. Windows color (decimal): -2072837 or 16473824. OLE color: 16473824.
HSL color Cylindrical-coordinate representation of color #E05EFB: hue angle of 289.68º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05EFB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 94 | 251 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.02 |
| HSL | 289.68º | 0.95% | 0.68% | - |
| HSV(B) | 289.68º | 0.63% | 0.98% | - |
| XYZ | 52.16 | 30.82 | 94.47 | - |
| YUV | 150.77 | 184.57 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 251 | 0.11 | 0.63 | 0 | 0.02 | 289.68 | 0.95 | 0.68 |
| Hex | E0 | 5E | FB | B | 3F | 0 | 2 | 122 | 5F | 44 |
| Octal | 340 | 136 | 373 | 13 | 77 | 0 | 2 | 442 | 137 | 104 |
| Binary | 11100000 | 1011110 | 11111011 | 1011 | 111111 | 0 | 10 | 100100010 | 1011111 | 1000100 |
Color Harmonies of #E05EFB
Complementary color
Monochromatic Colors of #E05EFB
Black with #E05EFB
Text Example
Text Example
White with #E05EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EFB; }
p { color: rgb(224,94,251); }
H1.HeaderClassName
{
color: #E05EFB;
}
.AnyTagClassName
{
color: #E05EFB;
}
</style>
background-color css
<style>
a { background-color: #E05EFB; }
a { background-color: rgb(224,94,251); }
div.DivClassName
{
background-color: #E05EFB;
}
.BgClassName
{
background-color: #E05EFB;
}
</style>
border-color css
<style>
span { border-color: #E05EFB; }
span { border-color: rgb(224,94,251); }
td.TdClassName
{
border-color: #E05EFB;
}
.TagClassName
{
border-color: #E05EFB;
}
</style>