Shades of Heliotrope #E153FA
Tints of Heliotrope #E153FA
RGB
CMYK
RGB Variations
Color information
#E153FA (or 0xE153FA) is known color: Heliotrope. HEX triplet: E1, 53 and FA. RGB value is (225,83,250). Sum of RGB (Red+Green+Blue) = 225+83+250=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 83 (32.81% from 255 or 14.87% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #E153FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E153FA is #1EAC05. Grayscale: #8F8F8F. Windows color (decimal): -2010118 or 16405473. OLE color: 16405473.
HSL color Cylindrical-coordinate representation of color #E153FA: hue angle of 291.02º 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 #E153FA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 83 | 250 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.02 |
| HSL | 291.02º | 0.94% | 0.65% | - |
| HSV(B) | 291.02º | 0.67% | 0.98% | - |
| XYZ | 51.4 | 29.1 | 93.35 | - |
| YUV | 144.5 | 187.54 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 250 | 0.10 | 0.67 | 0 | 0.02 | 291.02 | 0.94 | 0.65 |
| Hex | E1 | 53 | FA | A | 43 | 0 | 2 | 123 | 5E | 41 |
| Octal | 341 | 123 | 372 | 12 | 103 | 0 | 2 | 443 | 136 | 101 |
| Binary | 11100001 | 1010011 | 11111010 | 1010 | 1000011 | 0 | 10 | 100100011 | 1011110 | 1000001 |
Color Harmonies of #E153FA
Complementary color
Monochromatic Colors of #E153FA
Black with #E153FA
Text Example
Text Example
White with #E153FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153FA; }
p { color: rgb(225,83,250); }
H1.HeaderClassName
{
color: #E153FA;
}
.AnyTagClassName
{
color: #E153FA;
}
</style>
background-color css
<style>
a { background-color: #E153FA; }
a { background-color: rgb(225,83,250); }
div.DivClassName
{
background-color: #E153FA;
}
.BgClassName
{
background-color: #E153FA;
}
</style>
border-color css
<style>
span { border-color: #E153FA; }
span { border-color: rgb(225,83,250); }
td.TdClassName
{
border-color: #E153FA;
}
.TagClassName
{
border-color: #E153FA;
}
</style>