Shades of Heliotrope #E27BFC
Tints of Heliotrope #E27BFC
RGB
CMYK
RGB Variations
Color information
#E27BFC (or 0xE27BFC) is known color: Heliotrope. HEX triplet: E2, 7B and FC. RGB value is (226,123,252). Sum of RGB (Red+Green+Blue) = 226+123+252=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 123 (48.44% from 255 or 20.47% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #E27BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27BFC is #1D8403. Grayscale: #A8A8A8. Windows color (decimal): -1934340 or 16546786. OLE color: 16546786.
HSL color Cylindrical-coordinate representation of color #E27BFC: hue angle of 287.91º 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 #E27BFC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 123 | 252 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.01 |
| HSL | 287.91º | 0.96% | 0.74% | - |
| HSV(B) | 287.91º | 0.51% | 0.99% | - |
| XYZ | 56.02 | 37.36 | 96.35 | - |
| YUV | 168.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 252 | 0.10 | 0.51 | 0 | 0.01 | 287.91 | 0.96 | 0.74 |
| Hex | E2 | 7B | FC | A | 33 | 0 | 1 | 120 | 60 | 4A |
| Octal | 342 | 173 | 374 | 12 | 63 | 0 | 1 | 440 | 140 | 112 |
| Binary | 11100010 | 1111011 | 11111100 | 1010 | 110011 | 0 | 1 | 100100000 | 1100000 | 1001010 |
Color Harmonies of #E27BFC
Complementary color
Monochromatic Colors of #E27BFC
Black with #E27BFC
Text Example
Text Example
White with #E27BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BFC; }
p { color: rgb(226,123,252); }
H1.HeaderClassName
{
color: #E27BFC;
}
.AnyTagClassName
{
color: #E27BFC;
}
</style>
background-color css
<style>
a { background-color: #E27BFC; }
a { background-color: rgb(226,123,252); }
div.DivClassName
{
background-color: #E27BFC;
}
.BgClassName
{
background-color: #E27BFC;
}
</style>
border-color css
<style>
span { border-color: #E27BFC; }
span { border-color: rgb(226,123,252); }
td.TdClassName
{
border-color: #E27BFC;
}
.TagClassName
{
border-color: #E27BFC;
}
</style>