#E05CF4

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

Shades of Heliotrope #E05CF4

Tints of Heliotrope #E05CF4

Color information

#E05CF4 (or 0xE05CF4) is unknown color: approx Heliotrope. HEX triplet: E0, 5C and F4. RGB value is (224,92,244). Sum of RGB (Red+Green+Blue) = 224+92+244=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #E05CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05CF4 is #1FA30B. Grayscale: #949494. Windows color (decimal): -2073356 or 16014560. OLE color: 16014560.

HSL color Cylindrical-coordinate representation of color #E05CF4: hue angle of 292.11º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05CF4 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22492244-
CMYK0.080.6200.04
HSL292.11º87.36%65.88%-
HSV(B)292.11º62.3%95.69%-
XYZ50.930.0388.7-
YUV148.8181.73181.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 92 (36.33% from 255) = 16.43%
BLUE value IS 244 (95.70% from 255) = 43.57%
R=40%
G=16.43%
B=43.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal224922440.080.6200.04292.1187.3665.88
HexE05CF483E041245742
Octal340134364107604444127102
Binary111000001011100111101001000111110010010010010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05CF4; }

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

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

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

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

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

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

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

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