#E15DF1

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

Shades of Heliotrope #E15DF1

Tints of Heliotrope #E15DF1

Color information

#E15DF1 (or 0xE15DF1) is unknown color: approx Heliotrope. HEX triplet: E1, 5D and F1. RGB value is (225,93,241). Sum of RGB (Red+Green+Blue) = 225+93+241=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #E15DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15DF1 is #1EA20E. Grayscale: #949494. Windows color (decimal): -2007567 or 15818209. OLE color: 15818209.

HSL color Cylindrical-coordinate representation of color #E15DF1: hue angle of 293.51º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15DF1 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22593241-
CMYK0.070.6100.05
HSL293.51º84.09%65.49%-
HSV(B)293.51º61.41%94.51%-
XYZ50.8430.1986.37-
YUV149.34179.73181.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 93 (36.72% from 255) = 16.64%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=40.25%
G=16.64%
B=43.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225932410.070.6100.05293.5184.0965.49
HexE15DF173D051265441
Octal34113536177505446124101
Binary11100001101110111110001111111101010110010011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DF1; }

 p { color: rgb(225,93,241); }

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

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

 a { background-color: rgb(225,93,241); }

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

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

 span { border-color: rgb(225,93,241); }

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