#E05DFF

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

Shades of Heliotrope #E05DFF

Tints of Heliotrope #E05DFF

Color information

#E05DFF (or 0xE05DFF) is unknown color: approx Heliotrope. HEX triplet: E0, 5D and FF. RGB value is (224,93,255). Sum of RGB (Red+Green+Blue) = 224+93+255=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 93 (36.72% from 255 or 16.26% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #E05DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05DFF is #1FA200. Grayscale: #969696. Windows color (decimal): -2073089 or 16735712. OLE color: 16735712.

HSL color Cylindrical-coordinate representation of color #E05DFF: hue angle of 288.52º 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 #E05DFF is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22493255-
CMYK0.120.6400
HSL288.52º100%68.24%-
HSV(B)288.52º63.53%100%-
XYZ52.730.997.79-
YUV150.64186.9180.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 93 (36.72% from 255) = 16.26%
BLUE value IS 255 (100% from 255) = 44.58%
R=39.16%
G=16.26%
B=44.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224932550.120.6400288.5210068.24
HexE05DFFC40001216444
Octal3401353771410000441144104
Binary11100000101110111111111110010000000010010000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05DFF; }

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

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

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

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

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

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

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

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