#E471FA

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

Shades of Heliotrope #E471FA

Tints of Heliotrope #E471FA

Color information

#E471FA (or 0xE471FA) is unknown color: approx Heliotrope. HEX triplet: E4, 71 and FA. RGB value is (228,113,250). Sum of RGB (Red+Green+Blue) = 228+113+250=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 113 (44.53% from 255 or 19.12% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #E471FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E471FA is #1B8E05. Grayscale: #A2A2A2. Windows color (decimal): -1805830 or 16413156. OLE color: 16413156.

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

Color convert

RGB228113250-
CMYK0.090.5500.02
HSL290.36º93.2%71.18%-
HSV(B)290.36º54.8%98.04%-
XYZ55.1635.2194.33-
YUV163177.1174.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.58%
GREEN value IS 113 (44.53% from 255) = 19.12%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=38.58%
G=19.12%
B=42.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281132500.090.5500.02290.3693.271.18
HexE471FA937021225d47
Octal344161372116702442135107
Binary11100100111000111111010100111011101010010001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E471FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E471FA; }

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

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

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

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

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

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

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

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