#E085FC

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

Shades of Heliotrope #E085FC

Tints of Heliotrope #E085FC

Color information

#E085FC (or 0xE085FC) is unknown color: approx Heliotrope. HEX triplet: E0, 85 and FC. RGB value is (224,133,252). Sum of RGB (Red+Green+Blue) = 224+133+252=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 133 (52.34% from 255 or 21.84% 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 #E085FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085FC is #1F7A03. Grayscale: #ADADAD. Windows color (decimal): -2062852 or 16549344. OLE color: 16549344.

HSL color Cylindrical-coordinate representation of color #E085FC: hue angle of 285.88º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E085FC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224133252-
CMYK0.110.4700.01
HSL285.88º95.2%75.49%-
HSV(B)285.88º47.22%98.82%-
XYZ56.739.6596.76-
YUV173.78172.15163.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 133 (52.34% from 255) = 21.84%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=36.78%
G=21.84%
B=41.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241332520.110.4700.01285.8895.275.49
HexE085FCB2F0111e5f4b
Octal340205374135701436137113
Binary11100000100001011111110010111011110110001111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085FC; }

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

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

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

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

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

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

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

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