#E472FA

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

Shades of Heliotrope #E472FA

Tints of Heliotrope #E472FA

Color information

#E472FA (or 0xE472FA) is unknown color: approx Heliotrope. HEX triplet: E4, 72 and FA. RGB value is (228,114,250). Sum of RGB (Red+Green+Blue) = 228+114+250=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 114 (44.92% from 255 or 19.26% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #E472FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472FA is #1B8D05. Grayscale: #A3A3A3. Windows color (decimal): -1805574 or 16413412. OLE color: 16413412.

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

Color convert

RGB228114250-
CMYK0.090.5400.02
HSL290.29º93.15%71.37%-
HSV(B)290.29º54.4%98.04%-
XYZ55.2735.4394.37-
YUV163.59176.77173.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.51%
GREEN value IS 114 (44.92% from 255) = 19.26%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=38.51%
G=19.26%
B=42.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281142500.090.5400.02290.2993.1571.37
HexE472FA936021225d47
Octal344162372116602442135107
Binary11100100111001011111010100111011001010010001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E472FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E472FA; }

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

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

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

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

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

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

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

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