#E04DFF

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

Shades of Heliotrope #E04DFF

Tints of Heliotrope #E04DFF

Color information

#E04DFF (or 0xE04DFF) is unknown color: approx Heliotrope. HEX triplet: E0, 4D and FF. RGB value is (224,77,255). Sum of RGB (Red+Green+Blue) = 224+77+255=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 77 (30.47% from 255 or 13.85% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #E04DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04DFF is #1FB200. Grayscale: #8C8C8C. Windows color (decimal): -2077185 or 16731616. OLE color: 16731616.

HSL color Cylindrical-coordinate representation of color #E04DFF: hue angle of 289.55º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04DFF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22477255-
CMYK0.120.7000
HSL289.55º100%65.1%-
HSV(B)289.55º69.8%100%-
XYZ51.4428.3897.37-
YUV141.24192.2187.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.29%
GREEN value IS 77 (30.47% from 255) = 13.85%
BLUE value IS 255 (100% from 255) = 45.86%
R=40.29%
G=13.85%
B=45.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224772550.120.7000289.5510065.1
HexE04DFFC46001226441
Octal3401153771410600442144101
Binary11100000100110111111111110010001100010010001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04DFF; }

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

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

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

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

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

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

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

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