Shades of Heliotrope #E184FC
Tints of Heliotrope #E184FC
RGB
CMYK
RGB Variations
Color information
#E184FC (or 0xE184FC) is known color: Heliotrope. HEX triplet: E1, 84 and FC. RGB value is (225,132,252). Sum of RGB (Red+Green+Blue) = 225+132+252=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 132 (51.95% from 255 or 21.67% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #E184FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E184FC is #1E7B03. Grayscale: #ADADAD. Windows color (decimal): -1997572 or 16549089. OLE color: 16549089.
HSL color Cylindrical-coordinate representation of color #E184FC: hue angle of 286.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E184FC is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 132 | 252 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.01 |
| HSL | 286.5º | 0.95% | 0.75% | - |
| HSV(B) | 286.5º | 0.48% | 0.99% | - |
| XYZ | 56.87 | 39.54 | 96.73 | - |
| YUV | 173.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 252 | 0.11 | 0.48 | 0 | 0.01 | 286.5 | 0.95 | 0.75 |
| Hex | E1 | 84 | FC | B | 30 | 0 | 1 | 11E | 5F | 4B |
| Octal | 341 | 204 | 374 | 13 | 60 | 0 | 1 | 436 | 137 | 113 |
| Binary | 11100001 | 10000100 | 11111100 | 1011 | 110000 | 0 | 1 | 100011110 | 1011111 | 1001011 |
Color Harmonies of #E184FC
Complementary color
Monochromatic Colors of #E184FC
Black with #E184FC
Text Example
Text Example
White with #E184FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184FC; }
p { color: rgb(225,132,252); }
H1.HeaderClassName
{
color: #E184FC;
}
.AnyTagClassName
{
color: #E184FC;
}
</style>
background-color css
<style>
a { background-color: #E184FC; }
a { background-color: rgb(225,132,252); }
div.DivClassName
{
background-color: #E184FC;
}
.BgClassName
{
background-color: #E184FC;
}
</style>
border-color css
<style>
span { border-color: #E184FC; }
span { border-color: rgb(225,132,252); }
td.TdClassName
{
border-color: #E184FC;
}
.TagClassName
{
border-color: #E184FC;
}
</style>