#E573F1

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

Shades of Heliotrope #E573F1

Tints of Heliotrope #E573F1

Color information

#E573F1 (or 0xE573F1) is unknown color: approx Heliotrope. HEX triplet: E5, 73 and F1. RGB value is (229,115,241). Sum of RGB (Red+Green+Blue) = 229+115+241=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #E573F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E573F1 is #1A8C0E. Grayscale: #A3A3A3. Windows color (decimal): -1739791 or 15823845. OLE color: 15823845.

HSL color Cylindrical-coordinate representation of color #E573F1: hue angle of 294.29º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E573F1 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229115241-
CMYK0.050.5200.05
HSL294.29º81.82%69.8%-
HSV(B)294.29º52.28%94.51%-
XYZ54.3235.2787.16-
YUV163.45171.77174.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.15%
GREEN value IS 115 (45.31% from 255) = 19.66%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=39.15%
G=19.66%
B=41.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291152410.050.5200.05294.2981.8269.8
HexE573F1534051265246
Octal34516336156405446122106
Binary11100101111001111110001101110100010110010011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E573F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E573F1; }

 p { color: rgb(229,115,241); }

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

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

 a { background-color: rgb(229,115,241); }

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

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

 span { border-color: rgb(229,115,241); }

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