#E078F5

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

Shades of Heliotrope #E078F5

Tints of Heliotrope #E078F5

Color information

#E078F5 (or 0xE078F5) is unknown color: approx Heliotrope. HEX triplet: E0, 78 and F5. RGB value is (224,120,245). Sum of RGB (Red+Green+Blue) = 224+120+245=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #E078F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078F5 is #1F870A. Grayscale: #A4A4A4. Windows color (decimal): -2066187 or 16087264. OLE color: 16087264.

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

Color convert

RGB224120245-
CMYK0.090.5100.04
HSL289.92º86.21%71.57%-
HSV(B)289.92º51.02%96.08%-
XYZ53.9435.8790.47-
YUV165.35172.96169.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 120 (47.27% from 255) = 20.37%
BLUE value IS 245 (96.09% from 255) = 41.60%
R=38.03%
G=20.37%
B=41.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241202450.090.5100.04289.9286.2171.57
HexE078F5933041225648
Octal340170365116304442126110
Binary111000001111000111101011001110011010010010001010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E078F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E078F5; }

 p { color: rgb(224,120,245); }

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

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

 a { background-color: rgb(224,120,245); }

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

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

 span { border-color: rgb(224,120,245); }

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