#E45DFF

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

Shades of Heliotrope #E45DFF

Tints of Heliotrope #E45DFF

Color information

#E45DFF (or 0xE45DFF) is unknown color: approx Heliotrope. HEX triplet: E4, 5D and FF. RGB value is (228,93,255). Sum of RGB (Red+Green+Blue) = 228+93+255=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #E45DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45DFF is #1BA200. Grayscale: #979797. Windows color (decimal): -1810945 or 16735716. OLE color: 16735716.

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

Color convert

RGB22893255-
CMYK0.110.6400
HSL290º100%68.24%-
HSV(B)290º63.53%100%-
XYZ53.9631.5497.85-
YUV151.83186.23182.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.58%
GREEN value IS 93 (36.72% from 255) = 16.15%
BLUE value IS 255 (100% from 255) = 44.27%
R=39.58%
G=16.15%
B=44.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal228932550.110.640029010068.24
HexE45DFFB40001226444
Octal3441353771310000442144104
Binary11100100101110111111111101110000000010010001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45DFF; }

 p { color: rgb(228,93,255); }

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

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

 a { background-color: rgb(228,93,255); }

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

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

 span { border-color: rgb(228,93,255); }

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