Shades of Heliotrope #E07DFB
Tints of Heliotrope #E07DFB
RGB
CMYK
RGB Variations
Color information
#E07DFB (or 0xE07DFB) is known color: Heliotrope. HEX triplet: E0, 7D and FB. RGB value is (224,125,251). Sum of RGB (Red+Green+Blue) = 224+125+251=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #E07DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DFB is #1F8204. Grayscale: #A8A8A8. Windows color (decimal): -2064901 or 16481760. OLE color: 16481760.
HSL color Cylindrical-coordinate representation of color #E07DFB: hue angle of 287.14º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07DFB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 125 | 251 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.02 |
| HSL | 287.14º | 0.94% | 0.74% | - |
| HSV(B) | 287.14º | 0.5% | 0.98% | - |
| XYZ | 55.49 | 37.48 | 95.58 | - |
| YUV | 168.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 251 | 0.11 | 0.50 | 0 | 0.02 | 287.14 | 0.94 | 0.74 |
| Hex | E0 | 7D | FB | B | 32 | 0 | 2 | 11F | 5E | 4A |
| Octal | 340 | 175 | 373 | 13 | 62 | 0 | 2 | 437 | 136 | 112 |
| Binary | 11100000 | 1111101 | 11111011 | 1011 | 110010 | 0 | 10 | 100011111 | 1011110 | 1001010 |
Color Harmonies of #E07DFB
Complementary color
Monochromatic Colors of #E07DFB
Black with #E07DFB
Text Example
Text Example
White with #E07DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DFB; }
p { color: rgb(224,125,251); }
H1.HeaderClassName
{
color: #E07DFB;
}
.AnyTagClassName
{
color: #E07DFB;
}
</style>
background-color css
<style>
a { background-color: #E07DFB; }
a { background-color: rgb(224,125,251); }
div.DivClassName
{
background-color: #E07DFB;
}
.BgClassName
{
background-color: #E07DFB;
}
</style>
border-color css
<style>
span { border-color: #E07DFB; }
span { border-color: rgb(224,125,251); }
td.TdClassName
{
border-color: #E07DFB;
}
.TagClassName
{
border-color: #E07DFB;
}
</style>