#E15DFE

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

Shades of Heliotrope #E15DFE

Tints of Heliotrope #E15DFE

Color information

#E15DFE (or 0xE15DFE) is unknown color: approx Heliotrope. HEX triplet: E1, 5D and FE. RGB value is (225,93,254). Sum of RGB (Red+Green+Blue) = 225+93+254=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 93 (36.72% from 255 or 16.26% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #E15DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15DFE is #1EA201. Grayscale: #969696. Windows color (decimal): -2007554 or 16670177. OLE color: 16670177.

HSL color Cylindrical-coordinate representation of color #E15DFE: hue angle of 289.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15DFE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB22593254-
CMYK0.110.6300.00
HSL289.19º98.77%68.04%-
HSV(B)289.19º63.39%99.61%-
XYZ52.8630.9996.96-
YUV150.82186.23180.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 93 (36.72% from 255) = 16.26%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=39.34%
G=16.26%
B=44.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal225932540.110.6300.00289.1998.7768.04
HexE15DFEB3F001216344
Octal341135376137700441143104
Binary1110000110111011111111010111111110010010000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DFE; }

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

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

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

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

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

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

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

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