#E067F0

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

Shades of Heliotrope #E067F0

Tints of Heliotrope #E067F0

Color information

#E067F0 (or 0xE067F0) is unknown color: approx Heliotrope. HEX triplet: E0, 67 and F0. RGB value is (224,103,240). Sum of RGB (Red+Green+Blue) = 224+103+240=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 103 (40.62% from 255 or 18.17% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #E067F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E067F0 is #1F980F. Grayscale: #9A9A9A. Windows color (decimal): -2070544 or 15755232. OLE color: 15755232.

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

Color convert

RGB224103240-
CMYK0.070.5700.06
HSL292.99º82.04%67.25%-
HSV(B)292.99º57.08%94.12%-
XYZ51.3231.8485.88-
YUV154.8176.09177.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 103 (40.62% from 255) = 18.17%
BLUE value IS 240 (94.14% from 255) = 42.33%
R=39.51%
G=18.17%
B=42.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241032400.070.5700.06292.9982.0467.25
HexE067F0739061255243
Octal34014736077106445122103
Binary11100000110011111110000111111001011010010010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E067F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E067F0; }

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

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

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

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

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

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

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

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