Shades of Heliotrope #E052FE
Tints of Heliotrope #E052FE
RGB
CMYK
RGB Variations
Color information
#E052FE (or 0xE052FE) is known color: Heliotrope. HEX triplet: E0, 52 and FE. RGB value is (224,82,254). Sum of RGB (Red+Green+Blue) = 224+82+254=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 82 (32.42% from 255 or 14.64% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #E052FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E052FE is #1FAD01. Grayscale: #8F8F8F. Windows color (decimal): -2075906 or 16667360. OLE color: 16667360.
HSL color Cylindrical-coordinate representation of color #E052FE: hue angle of 289.53º 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 #E052FE is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 82 | 254 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.00 |
| HSL | 289.53º | 0.99% | 0.66% | - |
| HSV(B) | 289.53º | 0.68% | 1% | - |
| XYZ | 51.65 | 29.04 | 96.65 | - |
| YUV | 144.07 | 190.04 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 254 | 0.12 | 0.68 | 0 | 0.00 | 289.53 | 0.99 | 0.66 |
| Hex | E0 | 52 | FE | C | 44 | 0 | 0 | 122 | 63 | 42 |
| Octal | 340 | 122 | 376 | 14 | 104 | 0 | 0 | 442 | 143 | 102 |
| Binary | 11100000 | 1010010 | 11111110 | 1100 | 1000100 | 0 | 0 | 100100010 | 1100011 | 1000010 |
Color Harmonies of #E052FE
Complementary color
Monochromatic Colors of #E052FE
Black with #E052FE
Text Example
Text Example
White with #E052FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E052FE; }
p { color: rgb(224,82,254); }
H1.HeaderClassName
{
color: #E052FE;
}
.AnyTagClassName
{
color: #E052FE;
}
</style>
background-color css
<style>
a { background-color: #E052FE; }
a { background-color: rgb(224,82,254); }
div.DivClassName
{
background-color: #E052FE;
}
.BgClassName
{
background-color: #E052FE;
}
</style>
border-color css
<style>
span { border-color: #E052FE; }
span { border-color: rgb(224,82,254); }
td.TdClassName
{
border-color: #E052FE;
}
.TagClassName
{
border-color: #E052FE;
}
</style>