#E05EFF

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

Shades of Heliotrope #E05EFF

Tints of Heliotrope #E05EFF

Color information

#E05EFF (or 0xE05EFF) is unknown color: approx Heliotrope. HEX triplet: E0, 5E and FF. RGB value is (224,94,255). Sum of RGB (Red+Green+Blue) = 224+94+255=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 94 (37.11% from 255 or 16.40% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #E05EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05EFF is #1FA100. Grayscale: #969696. Windows color (decimal): -2072833 or 16735968. OLE color: 16735968.

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

Color convert

RGB22494255-
CMYK0.120.6300
HSL288.45º100%68.43%-
HSV(B)288.45º63.14%100%-
XYZ52.7931.0797.82-
YUV151.22186.57179.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.09%
GREEN value IS 94 (37.11% from 255) = 16.40%
BLUE value IS 255 (100% from 255) = 44.50%
R=39.09%
G=16.40%
B=44.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224942550.120.6300288.4510068.43
HexE05EFFC3F001206444
Octal340136377147700440144104
Binary1110000010111101111111111001111110010010000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05EFF; }

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

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

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

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

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

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

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

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