Shades of Heliotrope #E452FA
Tints of Heliotrope #E452FA
RGB
CMYK
RGB Variations
Color information
#E452FA (or 0xE452FA) is known color: Heliotrope. HEX triplet: E4, 52 and FA. RGB value is (228,82,250). Sum of RGB (Red+Green+Blue) = 228+82+250=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 82 (32.42% from 255 or 14.64% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #E452FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E452FA is #1BAD05. Grayscale: #909090. Windows color (decimal): -1813766 or 16405220. OLE color: 16405220.
HSL color Cylindrical-coordinate representation of color #E452FA: hue angle of 292.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E452FA is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 82 | 250 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.02 |
| HSL | 292.14º | 0.94% | 0.65% | - |
| HSV(B) | 292.14º | 0.67% | 0.98% | - |
| XYZ | 52.27 | 29.43 | 93.37 | - |
| YUV | 144.81 | 187.37 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 250 | 0.09 | 0.67 | 0 | 0.02 | 292.14 | 0.94 | 0.65 |
| Hex | E4 | 52 | FA | 9 | 43 | 0 | 2 | 124 | 5E | 41 |
| Octal | 344 | 122 | 372 | 11 | 103 | 0 | 2 | 444 | 136 | 101 |
| Binary | 11100100 | 1010010 | 11111010 | 1001 | 1000011 | 0 | 10 | 100100100 | 1011110 | 1000001 |
Color Harmonies of #E452FA
Complementary color
Monochromatic Colors of #E452FA
Black with #E452FA
Text Example
Text Example
White with #E452FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E452FA; }
p { color: rgb(228,82,250); }
H1.HeaderClassName
{
color: #E452FA;
}
.AnyTagClassName
{
color: #E452FA;
}
</style>
background-color css
<style>
a { background-color: #E452FA; }
a { background-color: rgb(228,82,250); }
div.DivClassName
{
background-color: #E452FA;
}
.BgClassName
{
background-color: #E452FA;
}
</style>
border-color css
<style>
span { border-color: #E452FA; }
span { border-color: rgb(228,82,250); }
td.TdClassName
{
border-color: #E452FA;
}
.TagClassName
{
border-color: #E452FA;
}
</style>