#E572F9

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

Shades of Heliotrope #E572F9

Tints of Heliotrope #E572F9

Color information

#E572F9 (or 0xE572F9) is unknown color: approx Heliotrope. HEX triplet: E5, 72 and F9. RGB value is (229,114,249). Sum of RGB (Red+Green+Blue) = 229+114+249=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 114 (44.92% from 255 or 19.26% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #E572F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E572F9 is #1A8D06. Grayscale: #A3A3A3. Windows color (decimal): -1740039 or 16347877. OLE color: 16347877.

HSL color Cylindrical-coordinate representation of color #E572F9: hue angle of 291.11º degrees, saturation: 0.92, 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 #E572F9 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229114249-
CMYK0.080.5400.02
HSL291.11º91.84%71.18%-
HSV(B)291.11º54.22%97.65%-
XYZ55.4335.5393.56-
YUV163.78176.1174.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.68%
GREEN value IS 114 (44.92% from 255) = 19.26%
BLUE value IS 249 (97.66% from 255) = 42.06%
R=38.68%
G=19.26%
B=42.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291142490.080.5400.02291.1191.8471.18
HexE572F9836021235c47
Octal345162371106602443134107
Binary11100101111001011111001100011011001010010001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E572F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E572F9; }

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

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

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

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

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

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

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

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