#E17AF0

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

Shades of Heliotrope #E17AF0

Tints of Heliotrope #E17AF0

Color information

#E17AF0 (or 0xE17AF0) is unknown color: approx Heliotrope. HEX triplet: E1, 7A and F0. RGB value is (225,122,240). Sum of RGB (Red+Green+Blue) = 225+122+240=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 122 (48.05% from 255 or 20.78% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #E17AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17AF0 is #1E850F. Grayscale: #A5A5A5. Windows color (decimal): -2000144 or 15760097. OLE color: 15760097.

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

Color convert

RGB225122240-
CMYK0.060.4900.06
HSL292.37º79.73%70.98%-
HSV(B)292.37º49.17%94.12%-
XYZ53.7436.2286.6-
YUV166.25169.62169.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.33%
GREEN value IS 122 (48.05% from 255) = 20.78%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=38.33%
G=20.78%
B=40.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251222400.060.4900.06292.3779.7370.98
HexE17AF0631061245047
Octal34117236066106444120107
Binary11100001111101011110000110110001011010010010010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17AF0; }

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

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

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

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

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

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

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

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