Shades of Heliotrope #E485FB
Tints of Heliotrope #E485FB
RGB
CMYK
RGB Variations
Color information
#E485FB (or 0xE485FB) is known color: Heliotrope. HEX triplet: E4, 85 and FB. RGB value is (228,133,251). Sum of RGB (Red+Green+Blue) = 228+133+251=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #E485FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485FB is #1B7A04. Grayscale: #AEAEAE. Windows color (decimal): -1800709 or 16483812. OLE color: 16483812.
HSL color Cylindrical-coordinate representation of color #E485FB: hue angle of 288.31º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E485FB is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 133 | 251 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.02 |
| HSL | 288.31º | 0.94% | 0.75% | - |
| HSV(B) | 288.31º | 0.47% | 0.98% | - |
| XYZ | 57.8 | 40.23 | 95.99 | - |
| YUV | 174.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 251 | 0.09 | 0.47 | 0 | 0.02 | 288.31 | 0.94 | 0.75 |
| Hex | E4 | 85 | FB | 9 | 2F | 0 | 2 | 120 | 5E | 4B |
| Octal | 344 | 205 | 373 | 11 | 57 | 0 | 2 | 440 | 136 | 113 |
| Binary | 11100100 | 10000101 | 11111011 | 1001 | 101111 | 0 | 10 | 100100000 | 1011110 | 1001011 |
Color Harmonies of #E485FB
Complementary color
Monochromatic Colors of #E485FB
Black with #E485FB
Text Example
Text Example
White with #E485FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E485FB; }
p { color: rgb(228,133,251); }
H1.HeaderClassName
{
color: #E485FB;
}
.AnyTagClassName
{
color: #E485FB;
}
</style>
background-color css
<style>
a { background-color: #E485FB; }
a { background-color: rgb(228,133,251); }
div.DivClassName
{
background-color: #E485FB;
}
.BgClassName
{
background-color: #E485FB;
}
</style>
border-color css
<style>
span { border-color: #E485FB; }
span { border-color: rgb(228,133,251); }
td.TdClassName
{
border-color: #E485FB;
}
.TagClassName
{
border-color: #E485FB;
}
</style>