#E170F9

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

Shades of Heliotrope #E170F9

Tints of Heliotrope #E170F9

Color information

#E170F9 (or 0xE170F9) is unknown color: approx Heliotrope. HEX triplet: E1, 70 and F9. RGB value is (225,112,249). Sum of RGB (Red+Green+Blue) = 225+112+249=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 112 (44.14% from 255 or 19.11% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #E170F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E170F9 is #1E8F06. Grayscale: #A0A0A0. Windows color (decimal): -2002695 or 16347361. OLE color: 16347361.

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

Color convert

RGB225112249-
CMYK0.100.5500.02
HSL289.49º91.95%70.78%-
HSV(B)289.49º55.02%97.65%-
XYZ53.9434.4493.43-
YUV161.4177.44173.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 112 (44.14% from 255) = 19.11%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=38.40%
G=19.11%
B=42.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251122490.100.5500.02289.4991.9570.78
HexE170F9A37021215c47
Octal341160371126702441134107
Binary11100001111000011111001101011011101010010000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E170F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E170F9; }

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

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

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

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

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

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

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

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