#E085FE

Color #E085FE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E085FE

Tints of Heliotrope #E085FE

Color information

#E085FE (or 0xE085FE) is unknown color: approx Heliotrope. HEX triplet: E0, 85 and FE. RGB value is (224,133,254). Sum of RGB (Red+Green+Blue) = 224+133+254=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #E085FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085FE is #1F7A01. Grayscale: #ADADAD. Windows color (decimal): -2062850 or 16680416. OLE color: 16680416.

HSL color Cylindrical-coordinate representation of color #E085FE: hue angle of 285.12º 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 #E085FE is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224133254-
CMYK0.120.4800.00
HSL285.12º98.37%75.88%-
HSV(B)285.12º47.64%99.61%-
XYZ57.0239.7898.44-
YUV174173.15163.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 36.66%
GREEN value IS 133 (52.34% from 255) = 21.77%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=36.66%
G=21.77%
B=41.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241332540.120.4800.00285.1298.3775.88
HexE085FEC300011d624c
Octal340205376146000435142114
Binary11100000100001011111111011001100000010001110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085FE; }

 p { color: rgb(224,133,254); }

 H1.HeaderClassName
 {
   color: #E085FE;
 }
 .AnyTagClassName
 {
   color: #E085FE;
 }
</style>
background-color css

<style>
 a { background-color: #E085FE; }

 a { background-color: rgb(224,133,254); }

 div.DivClassName
 {
   background-color: #E085FE;
 }
 .BgClassName
 {
   background-color: #E085FE;
 }
</style>
border-color css

<style>
 span { border-color: #E085FE; }

 span { border-color: rgb(224,133,254); }

 td.TdClassName
 {
   border-color: #E085FE;
 }
 .TagClassName
 {
   border-color: #E085FE;
 }
</style>