#E473F8

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

Shades of Heliotrope #E473F8

Tints of Heliotrope #E473F8

Color information

#E473F8 (or 0xE473F8) is unknown color: approx Heliotrope. HEX triplet: E4, 73 and F8. RGB value is (228,115,248). Sum of RGB (Red+Green+Blue) = 228+115+248=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 115 (45.31% from 255 or 19.46% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #E473F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E473F8 is #1B8C07. Grayscale: #A3A3A3. Windows color (decimal): -1805320 or 16282596. OLE color: 16282596.

HSL color Cylindrical-coordinate representation of color #E473F8: hue angle of 290.98º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E473F8 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB228115248-
CMYK0.080.5400.03
HSL290.98º90.48%71.18%-
HSV(B)290.98º53.63%97.25%-
XYZ55.0735.5392.76-
YUV163.95175.44173.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.58%
GREEN value IS 115 (45.31% from 255) = 19.46%
BLUE value IS 248 (97.27% from 255) = 41.96%
R=38.58%
G=19.46%
B=41.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2281152480.080.5400.03290.9890.4871.18
HexE473F8836031235a47
Octal344163370106603443132107
Binary11100100111001111111000100011011001110010001110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E473F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E473F8; }

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

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

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

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

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

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

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

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