Shades of Heliotrope #E07FFB
Tints of Heliotrope #E07FFB
RGB
CMYK
RGB Variations
Color information
#E07FFB (or 0xE07FFB) is known color: Heliotrope. HEX triplet: E0, 7F and FB. RGB value is (224,127,251). Sum of RGB (Red+Green+Blue) = 224+127+251=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #E07FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FFB is #1F8004. Grayscale: #A9A9A9. Windows color (decimal): -2064389 or 16482272. OLE color: 16482272.
HSL color Cylindrical-coordinate representation of color #E07FFB: hue angle of 286.94º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07FFB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 127 | 251 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.02 |
| HSL | 286.94º | 0.94% | 0.74% | - |
| HSV(B) | 286.94º | 0.49% | 0.98% | - |
| XYZ | 55.74 | 37.99 | 95.66 | - |
| YUV | 170.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 251 | 0.11 | 0.49 | 0 | 0.02 | 286.94 | 0.94 | 0.74 |
| Hex | E0 | 7F | FB | B | 31 | 0 | 2 | 11F | 5E | 4A |
| Octal | 340 | 177 | 373 | 13 | 61 | 0 | 2 | 437 | 136 | 112 |
| Binary | 11100000 | 1111111 | 11111011 | 1011 | 110001 | 0 | 10 | 100011111 | 1011110 | 1001010 |
Color Harmonies of #E07FFB
Complementary color
Monochromatic Colors of #E07FFB
Black with #E07FFB
Text Example
Text Example
White with #E07FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FFB; }
p { color: rgb(224,127,251); }
H1.HeaderClassName
{
color: #E07FFB;
}
.AnyTagClassName
{
color: #E07FFB;
}
</style>
background-color css
<style>
a { background-color: #E07FFB; }
a { background-color: rgb(224,127,251); }
div.DivClassName
{
background-color: #E07FFB;
}
.BgClassName
{
background-color: #E07FFB;
}
</style>
border-color css
<style>
span { border-color: #E07FFB; }
span { border-color: rgb(224,127,251); }
td.TdClassName
{
border-color: #E07FFB;
}
.TagClassName
{
border-color: #E07FFB;
}
</style>