#E070F8

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

Shades of Heliotrope #E070F8

Tints of Heliotrope #E070F8

Color information

#E070F8 (or 0xE070F8) is unknown color: approx Heliotrope. HEX triplet: E0, 70 and F8. RGB value is (224,112,248). Sum of RGB (Red+Green+Blue) = 224+112+248=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #E070F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070F8 is #1F8F07. Grayscale: #A0A0A0. Windows color (decimal): -2068232 or 16281824. OLE color: 16281824.

HSL color Cylindrical-coordinate representation of color #E070F8: hue angle of 289.41º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E070F8 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB224112248-
CMYK0.100.5500.03
HSL289.41º90.67%70.59%-
HSV(B)289.41º54.84%97.25%-
XYZ53.4834.2192.59-
YUV160.99177.11172.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 112 (44.14% from 255) = 19.18%
BLUE value IS 248 (97.27% from 255) = 42.47%
R=38.36%
G=19.18%
B=42.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2241122480.100.5500.03289.4190.6770.59
HexE070F8A37031215b47
Octal340160370126703441133107
Binary11100000111000011111000101011011101110010000110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E070F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E070F8; }

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

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

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

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

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

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

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

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