#E572FA

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

Shades of Heliotrope #E572FA

Tints of Heliotrope #E572FA

Color information

#E572FA (or 0xE572FA) is unknown color: approx Heliotrope. HEX triplet: E5, 72 and FA. RGB value is (229,114,250). Sum of RGB (Red+Green+Blue) = 229+114+250=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #E572FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E572FA is #1A8D05. Grayscale: #A3A3A3. Windows color (decimal): -1740038 or 16413413. OLE color: 16413413.

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

Color convert

RGB229114250-
CMYK0.080.5400.02
HSL290.74º93.15%71.37%-
HSV(B)290.74º54.4%98.04%-
XYZ55.5935.5994.38-
YUV163.89176.6174.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.62%
GREEN value IS 114 (44.92% from 255) = 19.22%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=38.62%
G=19.22%
B=42.16%

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
Decimal2291142500.080.5400.02290.7493.1571.37
HexE572FA836021235d47
Octal345162372106602443135107
Binary11100101111001011111010100011011001010010001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E572FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E572FA; }

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

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

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

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

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

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

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

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