#E572F1

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

Shades of Heliotrope #E572F1

Tints of Heliotrope #E572F1

Color information

#E572F1 (or 0xE572F1) is unknown color: approx Heliotrope. HEX triplet: E5, 72 and F1. RGB value is (229,114,241). Sum of RGB (Red+Green+Blue) = 229+114+241=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #E572F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E572F1 is #1A8D0E. Grayscale: #A2A2A2. Windows color (decimal): -1740047 or 15823589. OLE color: 15823589.

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

Color convert

RGB229114241-
CMYK0.050.5300.05
HSL294.33º81.94%69.61%-
HSV(B)294.33º52.7%94.51%-
XYZ54.2135.0487.13-
YUV162.86172.1175.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.21%
GREEN value IS 114 (44.92% from 255) = 19.52%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=39.21%
G=19.52%
B=41.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291142410.050.5300.05294.3381.9469.61
HexE572F1535051265246
Octal34516236156505446122106
Binary11100101111001011110001101110101010110010011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E572F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E572F1; }

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

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

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

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

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

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

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

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