#E070F0

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

Shades of Heliotrope #E070F0

Tints of Heliotrope #E070F0

Color information

#E070F0 (or 0xE070F0) is unknown color: approx Heliotrope. HEX triplet: E0, 70 and F0. RGB value is (224,112,240). Sum of RGB (Red+Green+Blue) = 224+112+240=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #E070F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070F0 is #1F8F0F. Grayscale: #9F9F9F. Windows color (decimal): -2068240 or 15757536. OLE color: 15757536.

HSL color Cylindrical-coordinate representation of color #E070F0: hue angle of 292.5º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E070F0 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224112240-
CMYK0.070.5300.06
HSL292.5º81.01%69.02%-
HSV(B)292.5º53.33%94.12%-
XYZ52.2633.7386.19-
YUV160.08173.11173.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.89%
GREEN value IS 112 (44.14% from 255) = 19.44%
BLUE value IS 240 (94.14% from 255) = 41.67%
R=38.89%
G=19.44%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241122400.070.5300.06292.581.0169.02
HexE070F0735061245145
Octal34016036076506444121105
Binary11100000111000011110000111110101011010010010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E070F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E070F0; }

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

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

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

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

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

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

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

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