Shades of Heliotrope #E07BFC
Tints of Heliotrope #E07BFC
RGB
CMYK
RGB Variations
Color information
#E07BFC (or 0xE07BFC) is known color: Heliotrope. HEX triplet: E0, 7B and FC. RGB value is (224,123,252). Sum of RGB (Red+Green+Blue) = 224+123+252=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #E07BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BFC is #1F8403. Grayscale: #A7A7A7. Windows color (decimal): -2065412 or 16546784. OLE color: 16546784.
HSL color Cylindrical-coordinate representation of color #E07BFC: hue angle of 286.98º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E07BFC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 123 | 252 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.01 |
| HSL | 286.98º | 0.96% | 0.74% | - |
| HSV(B) | 286.98º | 0.51% | 0.99% | - |
| XYZ | 55.39 | 37.04 | 96.33 | - |
| YUV | 167.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 252 | 0.11 | 0.51 | 0 | 0.01 | 286.98 | 0.96 | 0.74 |
| Hex | E0 | 7B | FC | B | 33 | 0 | 1 | 11F | 60 | 4A |
| Octal | 340 | 173 | 374 | 13 | 63 | 0 | 1 | 437 | 140 | 112 |
| Binary | 11100000 | 1111011 | 11111100 | 1011 | 110011 | 0 | 1 | 100011111 | 1100000 | 1001010 |
Color Harmonies of #E07BFC
Complementary color
Monochromatic Colors of #E07BFC
Black with #E07BFC
Text Example
Text Example
White with #E07BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BFC; }
p { color: rgb(224,123,252); }
H1.HeaderClassName
{
color: #E07BFC;
}
.AnyTagClassName
{
color: #E07BFC;
}
</style>
background-color css
<style>
a { background-color: #E07BFC; }
a { background-color: rgb(224,123,252); }
div.DivClassName
{
background-color: #E07BFC;
}
.BgClassName
{
background-color: #E07BFC;
}
</style>
border-color css
<style>
span { border-color: #E07BFC; }
span { border-color: rgb(224,123,252); }
td.TdClassName
{
border-color: #E07BFC;
}
.TagClassName
{
border-color: #E07BFC;
}
</style>