#E285FA

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

Shades of Heliotrope #E285FA

Tints of Heliotrope #E285FA

Color information

#E285FA (or 0xE285FA) is unknown color: approx Heliotrope. HEX triplet: E2, 85 and FA. RGB value is (226,133,250). Sum of RGB (Red+Green+Blue) = 226+133+250=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #E285FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285FA is #1D7A05. Grayscale: #ADADAD. Windows color (decimal): -1931782 or 16418274. OLE color: 16418274.

HSL color Cylindrical-coordinate representation of color #E285FA: hue angle of 287.69º degrees, saturation: 0.92, 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 #E285FA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226133250-
CMYK0.100.4700.02
HSL287.69º92.13%75.1%-
HSV(B)287.69º46.8%98.04%-
XYZ57.0139.8595.13-
YUV174.14170.81164.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 133 (52.34% from 255) = 21.84%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=37.11%
G=21.84%
B=41.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261332500.100.4700.02287.6992.1375.1
HexE285FAA2F021205c4b
Octal342205372125702440134113
Binary111000101000010111111010101010111101010010000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E285FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E285FA; }

 p { color: rgb(226,133,250); }

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

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

 a { background-color: rgb(226,133,250); }

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

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

 span { border-color: rgb(226,133,250); }

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