Shades of Heliotrope #E485FE
Tints of Heliotrope #E485FE
RGB
CMYK
RGB Variations
Color information
#E485FE (or 0xE485FE) is known color: Heliotrope. HEX triplet: E4, 85 and FE. RGB value is (228,133,254). Sum of RGB (Red+Green+Blue) = 228+133+254=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #E485FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485FE is #1B7A01. Grayscale: #AEAEAE. Windows color (decimal): -1800706 or 16680420. OLE color: 16680420.
HSL color Cylindrical-coordinate representation of color #E485FE: hue angle of 287.11º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E485FE is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 133 | 254 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.00 |
| HSL | 287.11º | 0.98% | 0.76% | - |
| HSV(B) | 287.11º | 0.48% | 1% | - |
| XYZ | 58.27 | 40.42 | 98.5 | - |
| YUV | 175.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 254 | 0.10 | 0.48 | 0 | 0.00 | 287.11 | 0.98 | 0.76 |
| Hex | E4 | 85 | FE | A | 30 | 0 | 0 | 11F | 62 | 4C |
| Octal | 344 | 205 | 376 | 12 | 60 | 0 | 0 | 437 | 142 | 114 |
| Binary | 11100100 | 10000101 | 11111110 | 1010 | 110000 | 0 | 0 | 100011111 | 1100010 | 1001100 |
Color Harmonies of #E485FE
Complementary color
Monochromatic Colors of #E485FE
Black with #E485FE
Text Example
Text Example
White with #E485FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E485FE; }
p { color: rgb(228,133,254); }
H1.HeaderClassName
{
color: #E485FE;
}
.AnyTagClassName
{
color: #E485FE;
}
</style>
background-color css
<style>
a { background-color: #E485FE; }
a { background-color: rgb(228,133,254); }
div.DivClassName
{
background-color: #E485FE;
}
.BgClassName
{
background-color: #E485FE;
}
</style>
border-color css
<style>
span { border-color: #E485FE; }
span { border-color: rgb(228,133,254); }
td.TdClassName
{
border-color: #E485FE;
}
.TagClassName
{
border-color: #E485FE;
}
</style>