Shades of Heliotrope #E05DFB
Tints of Heliotrope #E05DFB
RGB
CMYK
RGB Variations
Color information
#E05DFB (or 0xE05DFB) is known color: Heliotrope. HEX triplet: E0, 5D and FB. RGB value is (224,93,251). Sum of RGB (Red+Green+Blue) = 224+93+251=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #E05DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05DFB is #1FA204. Grayscale: #959595. Windows color (decimal): -2073093 or 16473568. OLE color: 16473568.
HSL color Cylindrical-coordinate representation of color #E05DFB: hue angle of 289.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05DFB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 93 | 251 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.02 |
| HSL | 289.75º | 0.95% | 0.67% | - |
| HSV(B) | 289.75º | 0.63% | 0.98% | - |
| XYZ | 52.07 | 30.64 | 94.44 | - |
| YUV | 150.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 251 | 0.11 | 0.63 | 0 | 0.02 | 289.75 | 0.95 | 0.67 |
| Hex | E0 | 5D | FB | B | 3F | 0 | 2 | 122 | 5F | 43 |
| Octal | 340 | 135 | 373 | 13 | 77 | 0 | 2 | 442 | 137 | 103 |
| Binary | 11100000 | 1011101 | 11111011 | 1011 | 111111 | 0 | 10 | 100100010 | 1011111 | 1000011 |
Color Harmonies of #E05DFB
Complementary color
Monochromatic Colors of #E05DFB
Black with #E05DFB
Text Example
Text Example
White with #E05DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DFB; }
p { color: rgb(224,93,251); }
H1.HeaderClassName
{
color: #E05DFB;
}
.AnyTagClassName
{
color: #E05DFB;
}
</style>
background-color css
<style>
a { background-color: #E05DFB; }
a { background-color: rgb(224,93,251); }
div.DivClassName
{
background-color: #E05DFB;
}
.BgClassName
{
background-color: #E05DFB;
}
</style>
border-color css
<style>
span { border-color: #E05DFB; }
span { border-color: rgb(224,93,251); }
td.TdClassName
{
border-color: #E05DFB;
}
.TagClassName
{
border-color: #E05DFB;
}
</style>