Shades of Heliotrope #E188FA
Tints of Heliotrope #E188FA
RGB
CMYK
RGB Variations
Color information
#E188FA (or 0xE188FA) is known color: Heliotrope. HEX triplet: E1, 88 and FA. RGB value is (225,136,250). Sum of RGB (Red+Green+Blue) = 225+136+250=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 136 (53.52% from 255 or 22.26% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #E188FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E188FA is #1E7705. Grayscale: #AFAFAF. Windows color (decimal): -1996550 or 16419041. OLE color: 16419041.
HSL color Cylindrical-coordinate representation of color #E188FA: hue angle of 286.84º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E188FA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 136 | 250 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.02 |
| HSL | 286.84º | 0.92% | 0.76% | - |
| HSV(B) | 286.84º | 0.46% | 0.98% | - |
| XYZ | 57.11 | 40.52 | 95.25 | - |
| YUV | 175.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 250 | 0.10 | 0.46 | 0 | 0.02 | 286.84 | 0.92 | 0.76 |
| Hex | E1 | 88 | FA | A | 2E | 0 | 2 | 11F | 5C | 4C |
| Octal | 341 | 210 | 372 | 12 | 56 | 0 | 2 | 437 | 134 | 114 |
| Binary | 11100001 | 10001000 | 11111010 | 1010 | 101110 | 0 | 10 | 100011111 | 1011100 | 1001100 |
Color Harmonies of #E188FA
Complementary color
Monochromatic Colors of #E188FA
Black with #E188FA
Text Example
Text Example
White with #E188FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188FA; }
p { color: rgb(225,136,250); }
H1.HeaderClassName
{
color: #E188FA;
}
.AnyTagClassName
{
color: #E188FA;
}
</style>
background-color css
<style>
a { background-color: #E188FA; }
a { background-color: rgb(225,136,250); }
div.DivClassName
{
background-color: #E188FA;
}
.BgClassName
{
background-color: #E188FA;
}
</style>
border-color css
<style>
span { border-color: #E188FA; }
span { border-color: rgb(225,136,250); }
td.TdClassName
{
border-color: #E188FA;
}
.TagClassName
{
border-color: #E188FA;
}
</style>