#E042FF

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

Shades of Heliotrope #E042FF

Tints of Heliotrope #E042FF

Color information

#E042FF (or 0xE042FF) is unknown color: approx Heliotrope. HEX triplet: E0, 42 and FF. RGB value is (224,66,255). Sum of RGB (Red+Green+Blue) = 224+66+255=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #E042FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E042FF is #1FBD00. Grayscale: #868686. Windows color (decimal): -2080001 or 16728800. OLE color: 16728800.

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

Color convert

RGB22466255-
CMYK0.120.7400
HSL290.16º100%62.94%-
HSV(B)290.16º74.12%100%-
XYZ50.7426.9697.14-
YUV134.79195.85191.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 66 (26.17% from 255) = 12.11%
BLUE value IS 255 (100% from 255) = 46.79%
R=41.10%
G=12.11%
B=46.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224662550.120.7400290.1610062.94
HexE042FFC4A00122643f
Octal340102377141120044214477
Binary1110000010000101111111111001001010001001000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E042FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E042FF; }

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

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

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

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

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

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

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

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