#E158F9

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

Shades of Heliotrope #E158F9

Tints of Heliotrope #E158F9

Color information

#E158F9 (or 0xE158F9) is unknown color: approx Heliotrope. HEX triplet: E1, 58 and F9. RGB value is (225,88,249). Sum of RGB (Red+Green+Blue) = 225+88+249=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 88 (34.77% from 255 or 15.66% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #E158F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E158F9 is #1EA706. Grayscale: #929292. Windows color (decimal): -2008839 or 16341217. OLE color: 16341217.

HSL color Cylindrical-coordinate representation of color #E158F9: hue angle of 291.06º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E158F9 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22588249-
CMYK0.100.6500.02
HSL291.06º93.06%66.08%-
HSV(B)291.06º64.66%97.65%-
XYZ51.6429.8392.66-
YUV147.32185.39183.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 88 (34.77% from 255) = 15.66%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=40.04%
G=15.66%
B=44.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal225882490.100.6500.02291.0693.0666.08
HexE158F9A41021235d42
Octal3411303711210102443135102
Binary111000011011000111110011010100000101010010001110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E158F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E158F9; }

 p { color: rgb(225,88,249); }

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

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

 a { background-color: rgb(225,88,249); }

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

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

 span { border-color: rgb(225,88,249); }

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