#E070F6

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

Shades of Heliotrope #E070F6

Tints of Heliotrope #E070F6

Color information

#E070F6 (or 0xE070F6) is unknown color: approx Heliotrope. HEX triplet: E0, 70 and F6. RGB value is (224,112,246). Sum of RGB (Red+Green+Blue) = 224+112+246=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #E070F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070F6 is #1F8F09. Grayscale: #A0A0A0. Windows color (decimal): -2068234 or 16150752. OLE color: 16150752.

HSL color Cylindrical-coordinate representation of color #E070F6: hue angle of 290.15º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E070F6 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224112246-
CMYK0.090.5400.04
HSL290.15º88.16%70.2%-
HSV(B)290.15º54.47%96.47%-
XYZ53.1734.0990.97-
YUV160.76176.11173.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.49%
GREEN value IS 112 (44.14% from 255) = 19.24%
BLUE value IS 246 (96.48% from 255) = 42.27%
R=38.49%
G=19.24%
B=42.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241122460.090.5400.04290.1588.1670.2
HexE070F6936041225846
Octal340160366116604442130106
Binary111000001110000111101101001110110010010010001010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E070F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E070F6; }

 p { color: rgb(224,112,246); }

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

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

 a { background-color: rgb(224,112,246); }

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

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

 span { border-color: rgb(224,112,246); }

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