#E473F5

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

Shades of Heliotrope #E473F5

Tints of Heliotrope #E473F5

Color information

#E473F5 (or 0xE473F5) is unknown color: approx Heliotrope. HEX triplet: E4, 73 and F5. RGB value is (228,115,245). Sum of RGB (Red+Green+Blue) = 228+115+245=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #E473F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E473F5 is #1B8C0A. Grayscale: #A3A3A3. Windows color (decimal): -1805323 or 16085988. OLE color: 16085988.

HSL color Cylindrical-coordinate representation of color #E473F5: hue angle of 292.15º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E473F5 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB228115245-
CMYK0.070.5300.04
HSL292.15º86.67%70.59%-
HSV(B)292.15º53.06%96.08%-
XYZ54.6135.3590.33-
YUV163.61173.94173.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.78%
GREEN value IS 115 (45.31% from 255) = 19.56%
BLUE value IS 245 (96.09% from 255) = 41.67%
R=38.78%
G=19.56%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2281152450.070.5300.04292.1586.6770.59
HexE473F5735041245747
Octal34416336576504444127107
Binary11100100111001111110101111110101010010010010010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E473F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E473F5; }

 p { color: rgb(228,115,245); }

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

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

 a { background-color: rgb(228,115,245); }

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

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

 span { border-color: rgb(228,115,245); }

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