Shades of Heliotrope #E77BFD
Tints of Heliotrope #E77BFD
RGB
CMYK
RGB Variations
Color information
#E77BFD (or 0xE77BFD) is known color: Heliotrope. HEX triplet: E7, 7B and FD. RGB value is (231,123,253). Sum of RGB (Red+Green+Blue) = 231+123+253=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 123 (48.44% from 255 or 20.26% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #E77BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77BFD is #188402. Grayscale: #A9A9A9. Windows color (decimal): -1606659 or 16612327. OLE color: 16612327.
HSL color Cylindrical-coordinate representation of color #E77BFD: hue angle of 289.85º 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 #E77BFD is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 123 | 253 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.01 |
| HSL | 289.85º | 0.97% | 0.74% | - |
| HSV(B) | 289.85º | 0.51% | 0.99% | - |
| XYZ | 57.77 | 38.25 | 97.27 | - |
| YUV | 170.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 253 | 0.09 | 0.51 | 0 | 0.01 | 289.85 | 0.97 | 0.74 |
| Hex | E7 | 7B | FD | 9 | 33 | 0 | 1 | 122 | 61 | 4A |
| Octal | 347 | 173 | 375 | 11 | 63 | 0 | 1 | 442 | 141 | 112 |
| Binary | 11100111 | 1111011 | 11111101 | 1001 | 110011 | 0 | 1 | 100100010 | 1100001 | 1001010 |
Color Harmonies of #E77BFD
Complementary color
Monochromatic Colors of #E77BFD
Black with #E77BFD
Text Example
Text Example
White with #E77BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BFD; }
p { color: rgb(231,123,253); }
H1.HeaderClassName
{
color: #E77BFD;
}
.AnyTagClassName
{
color: #E77BFD;
}
</style>
background-color css
<style>
a { background-color: #E77BFD; }
a { background-color: rgb(231,123,253); }
div.DivClassName
{
background-color: #E77BFD;
}
.BgClassName
{
background-color: #E77BFD;
}
</style>
border-color css
<style>
span { border-color: #E77BFD; }
span { border-color: rgb(231,123,253); }
td.TdClassName
{
border-color: #E77BFD;
}
.TagClassName
{
border-color: #E77BFD;
}
</style>