Shades of Heliotrope #E27CFC
Tints of Heliotrope #E27CFC
RGB
CMYK
RGB Variations
Color information
#E27CFC (or 0xE27CFC) is known color: Heliotrope. HEX triplet: E2, 7C and FC. RGB value is (226,124,252). Sum of RGB (Red+Green+Blue) = 226+124+252=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 124 (48.83% from 255 or 20.60% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #E27CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27CFC is #1D8303. Grayscale: #A8A8A8. Windows color (decimal): -1934084 or 16547042. OLE color: 16547042.
HSL color Cylindrical-coordinate representation of color #E27CFC: hue angle of 287.81º 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 #E27CFC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 124 | 252 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.01 |
| HSL | 287.81º | 0.96% | 0.74% | - |
| HSV(B) | 287.81º | 0.51% | 0.99% | - |
| XYZ | 56.14 | 37.61 | 96.4 | - |
| YUV | 169.09 | 174.79 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 252 | 0.10 | 0.51 | 0 | 0.01 | 287.81 | 0.96 | 0.74 |
| Hex | E2 | 7C | FC | A | 33 | 0 | 1 | 120 | 60 | 4A |
| Octal | 342 | 174 | 374 | 12 | 63 | 0 | 1 | 440 | 140 | 112 |
| Binary | 11100010 | 1111100 | 11111100 | 1010 | 110011 | 0 | 1 | 100100000 | 1100000 | 1001010 |
Color Harmonies of #E27CFC
Complementary color
Monochromatic Colors of #E27CFC
Black with #E27CFC
Text Example
Text Example
White with #E27CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27CFC; }
p { color: rgb(226,124,252); }
H1.HeaderClassName
{
color: #E27CFC;
}
.AnyTagClassName
{
color: #E27CFC;
}
</style>
background-color css
<style>
a { background-color: #E27CFC; }
a { background-color: rgb(226,124,252); }
div.DivClassName
{
background-color: #E27CFC;
}
.BgClassName
{
background-color: #E27CFC;
}
</style>
border-color css
<style>
span { border-color: #E27CFC; }
span { border-color: rgb(226,124,252); }
td.TdClassName
{
border-color: #E27CFC;
}
.TagClassName
{
border-color: #E27CFC;
}
</style>