#E285F9

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

Shades of Heliotrope #E285F9

Tints of Heliotrope #E285F9

Color information

#E285F9 (or 0xE285F9) is unknown color: approx Heliotrope. HEX triplet: E2, 85 and F9. RGB value is (226,133,249). Sum of RGB (Red+Green+Blue) = 226+133+249=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #E285F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285F9 is #1D7A06. Grayscale: #ADADAD. Windows color (decimal): -1931783 or 16352738. OLE color: 16352738.

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

Color convert

RGB226133249-
CMYK0.090.4700.02
HSL288.1º90.62%74.9%-
HSV(B)288.1º46.59%97.65%-
XYZ56.8539.7894.31-
YUV174.03170.31165.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.17%
GREEN value IS 133 (52.34% from 255) = 21.88%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=37.17%
G=21.88%
B=40.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261332490.090.4700.02288.190.6274.9
HexE285F992F021205b4b
Octal342205371115702440133113
Binary111000101000010111111001100110111101010010000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E285F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E285F9; }

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

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

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

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

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

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

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

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