#E171FA

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

Shades of Heliotrope #E171FA

Tints of Heliotrope #E171FA

Color information

#E171FA (or 0xE171FA) is unknown color: approx Heliotrope. HEX triplet: E1, 71 and FA. RGB value is (225,113,250). Sum of RGB (Red+Green+Blue) = 225+113+250=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 113 (44.53% from 255 or 19.22% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #E171FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E171FA is #1E8E05. Grayscale: #A1A1A1. Windows color (decimal): -2002438 or 16413153. OLE color: 16413153.

HSL color Cylindrical-coordinate representation of color #E171FA: hue angle of 289.05º degrees, saturation: 0.93, 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 #E171FA is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225113250-
CMYK0.100.5500.02
HSL289.05º93.2%71.18%-
HSV(B)289.05º54.8%98.04%-
XYZ54.2134.7294.29-
YUV162.11177.61172.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 113 (44.53% from 255) = 19.22%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=38.27%
G=19.22%
B=42.52%

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
Decimal2251132500.100.5500.02289.0593.271.18
HexE171FAA37021215d47
Octal341161372126702441135107
Binary11100001111000111111010101011011101010010000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E171FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E171FA; }

 p { color: rgb(225,113,250); }

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

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

 a { background-color: rgb(225,113,250); }

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

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

 span { border-color: rgb(225,113,250); }

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