Shades of Heliotrope #E254FC
Tints of Heliotrope #E254FC
RGB
CMYK
RGB Variations
Color information
#E254FC (or 0xE254FC) is known color: Heliotrope. HEX triplet: E2, 54 and FC. RGB value is (226,84,252). Sum of RGB (Red+Green+Blue) = 226+84+252=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 84 (33.20% from 255 or 14.95% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #E254FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E254FC is #1DAB03. Grayscale: #919191. Windows color (decimal): -1944324 or 16536802. OLE color: 16536802.
HSL color Cylindrical-coordinate representation of color #E254FC: hue angle of 290.71º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E254FC is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 84 | 252 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.01 |
| HSL | 290.71º | 0.97% | 0.66% | - |
| HSV(B) | 290.71º | 0.67% | 0.99% | - |
| XYZ | 52.11 | 29.54 | 95.05 | - |
| YUV | 145.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 252 | 0.10 | 0.67 | 0 | 0.01 | 290.71 | 0.97 | 0.66 |
| Hex | E2 | 54 | FC | A | 43 | 0 | 1 | 123 | 61 | 42 |
| Octal | 342 | 124 | 374 | 12 | 103 | 0 | 1 | 443 | 141 | 102 |
| Binary | 11100010 | 1010100 | 11111100 | 1010 | 1000011 | 0 | 1 | 100100011 | 1100001 | 1000010 |
Color Harmonies of #E254FC
Complementary color
Monochromatic Colors of #E254FC
Black with #E254FC
Text Example
Text Example
White with #E254FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254FC; }
p { color: rgb(226,84,252); }
H1.HeaderClassName
{
color: #E254FC;
}
.AnyTagClassName
{
color: #E254FC;
}
</style>
background-color css
<style>
a { background-color: #E254FC; }
a { background-color: rgb(226,84,252); }
div.DivClassName
{
background-color: #E254FC;
}
.BgClassName
{
background-color: #E254FC;
}
</style>
border-color css
<style>
span { border-color: #E254FC; }
span { border-color: rgb(226,84,252); }
td.TdClassName
{
border-color: #E254FC;
}
.TagClassName
{
border-color: #E254FC;
}
</style>