#E085FF

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

Shades of Heliotrope #E085FF

Tints of Heliotrope #E085FF

Color information

#E085FF (or 0xE085FF) is unknown color: approx Heliotrope. HEX triplet: E0, 85 and FF. RGB value is (224,133,255). Sum of RGB (Red+Green+Blue) = 224+133+255=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #E085FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085FF is #1F7A00. Grayscale: #ADADAD. Windows color (decimal): -2062849 or 16745952. OLE color: 16745952.

HSL color Cylindrical-coordinate representation of color #E085FF: hue angle of 284.75º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E085FF is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224133255-
CMYK0.120.4800
HSL284.75º100%76.08%-
HSV(B)284.75º47.84%100%-
XYZ57.1839.8499.28-
YUV174.12173.65163.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 133 (52.34% from 255) = 21.73%
BLUE value IS 255 (100% from 255) = 41.67%
R=36.60%
G=21.73%
B=41.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241332550.120.4800284.7510076.08
HexE085FFC300011d644c
Octal340205377146000435144114
Binary11100000100001011111111111001100000010001110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085FF; }

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

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

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

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

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

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

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

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