#E178F0

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

Shades of Heliotrope #E178F0

Tints of Heliotrope #E178F0

Color information

#E178F0 (or 0xE178F0) is unknown color: approx Heliotrope. HEX triplet: E1, 78 and F0. RGB value is (225,120,240). Sum of RGB (Red+Green+Blue) = 225+120+240=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #E178F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E178F0 is #1E870F. Grayscale: #A4A4A4. Windows color (decimal): -2000656 or 15759585. OLE color: 15759585.

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

Color convert

RGB225120240-
CMYK0.060.500.06
HSL292.5º80%70.59%-
HSV(B)292.5º50%94.12%-
XYZ53.535.7386.52-
YUV165.08170.29170.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 120 (47.27% from 255) = 20.51%
BLUE value IS 240 (94.14% from 255) = 41.03%
R=38.46%
G=20.51%
B=41.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251202400.060.500.06292.58070.59
HexE178F0632061245047
Octal34117036066206444120107
Binary11100001111100011110000110110010011010010010010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178F0; }

 p { color: rgb(225,120,240); }

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

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

 a { background-color: rgb(225,120,240); }

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

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

 span { border-color: rgb(225,120,240); }

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