Shades of Heliotrope #E07BFD
Tints of Heliotrope #E07BFD
RGB
CMYK
RGB Variations
Color information
#E07BFD (or 0xE07BFD) is known color: Heliotrope. HEX triplet: E0, 7B and FD. RGB value is (224,123,253). Sum of RGB (Red+Green+Blue) = 224+123+253=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 123 (48.44% from 255 or 20.5% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #E07BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BFD is #1F8402. Grayscale: #A7A7A7. Windows color (decimal): -2065411 or 16612320. OLE color: 16612320.
HSL color Cylindrical-coordinate representation of color #E07BFD: hue angle of 286.62º degrees, saturation: 0.97, 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 #E07BFD is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 123 | 253 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.01 |
| HSL | 286.62º | 0.97% | 0.74% | - |
| HSV(B) | 286.62º | 0.51% | 0.99% | - |
| XYZ | 55.55 | 37.11 | 97.16 | - |
| YUV | 168.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 253 | 0.11 | 0.51 | 0 | 0.01 | 286.62 | 0.97 | 0.74 |
| Hex | E0 | 7B | FD | B | 33 | 0 | 1 | 11F | 61 | 4A |
| Octal | 340 | 173 | 375 | 13 | 63 | 0 | 1 | 437 | 141 | 112 |
| Binary | 11100000 | 1111011 | 11111101 | 1011 | 110011 | 0 | 1 | 100011111 | 1100001 | 1001010 |
Color Harmonies of #E07BFD
Complementary color
Monochromatic Colors of #E07BFD
Black with #E07BFD
Text Example
Text Example
White with #E07BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BFD; }
p { color: rgb(224,123,253); }
H1.HeaderClassName
{
color: #E07BFD;
}
.AnyTagClassName
{
color: #E07BFD;
}
</style>
background-color css
<style>
a { background-color: #E07BFD; }
a { background-color: rgb(224,123,253); }
div.DivClassName
{
background-color: #E07BFD;
}
.BgClassName
{
background-color: #E07BFD;
}
</style>
border-color css
<style>
span { border-color: #E07BFD; }
span { border-color: rgb(224,123,253); }
td.TdClassName
{
border-color: #E07BFD;
}
.TagClassName
{
border-color: #E07BFD;
}
</style>