#E05CFF

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

Shades of Heliotrope #E05CFF

Tints of Heliotrope #E05CFF

Color information

#E05CFF (or 0xE05CFF) is unknown color: approx Heliotrope. HEX triplet: E0, 5C and FF. RGB value is (224,92,255). Sum of RGB (Red+Green+Blue) = 224+92+255=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 92 (36.33% from 255 or 16.11% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #E05CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05CFF is #1FA300. Grayscale: #959595. Windows color (decimal): -2073345 or 16735456. OLE color: 16735456.

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

Color convert

RGB22492255-
CMYK0.120.6400
HSL288.59º100%68.04%-
HSV(B)288.59º63.92%100%-
XYZ52.6230.7297.76-
YUV150.05187.23180.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 92 (36.33% from 255) = 16.11%
BLUE value IS 255 (100% from 255) = 44.66%
R=39.23%
G=16.11%
B=44.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224922550.120.6400288.5910068.04
HexE05CFFC40001216444
Octal3401343771410000441144104
Binary11100000101110011111111110010000000010010000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05CFF; }

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

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

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

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

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

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

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

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