Shades of Heliotrope #E252FE
Tints of Heliotrope #E252FE
RGB
CMYK
RGB Variations
Color information
#E252FE (or 0xE252FE) is known color: Heliotrope. HEX triplet: E2, 52 and FE. RGB value is (226,82,254). Sum of RGB (Red+Green+Blue) = 226+82+254=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 82 (32.42% from 255 or 14.59% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #E252FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E252FE is #1DAD01. Grayscale: #909090. Windows color (decimal): -1944834 or 16667362. OLE color: 16667362.
HSL color Cylindrical-coordinate representation of color #E252FE: hue angle of 290.23º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E252FE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 82 | 254 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.00 |
| HSL | 290.23º | 0.99% | 0.66% | - |
| HSV(B) | 290.23º | 0.68% | 1% | - |
| XYZ | 52.27 | 29.36 | 96.68 | - |
| YUV | 144.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 254 | 0.11 | 0.68 | 0 | 0.00 | 290.23 | 0.99 | 0.66 |
| Hex | E2 | 52 | FE | B | 44 | 0 | 0 | 122 | 63 | 42 |
| Octal | 342 | 122 | 376 | 13 | 104 | 0 | 0 | 442 | 143 | 102 |
| Binary | 11100010 | 1010010 | 11111110 | 1011 | 1000100 | 0 | 0 | 100100010 | 1100011 | 1000010 |
Color Harmonies of #E252FE
Complementary color
Monochromatic Colors of #E252FE
Black with #E252FE
Text Example
Text Example
White with #E252FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E252FE; }
p { color: rgb(226,82,254); }
H1.HeaderClassName
{
color: #E252FE;
}
.AnyTagClassName
{
color: #E252FE;
}
</style>
background-color css
<style>
a { background-color: #E252FE; }
a { background-color: rgb(226,82,254); }
div.DivClassName
{
background-color: #E252FE;
}
.BgClassName
{
background-color: #E252FE;
}
</style>
border-color css
<style>
span { border-color: #E252FE; }
span { border-color: rgb(226,82,254); }
td.TdClassName
{
border-color: #E252FE;
}
.TagClassName
{
border-color: #E252FE;
}
</style>