#E563F2

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

Shades of Heliotrope #E563F2

Tints of Heliotrope #E563F2

Color information

#E563F2 (or 0xE563F2) is unknown color: approx Heliotrope. HEX triplet: E5, 63 and F2. RGB value is (229,99,242). Sum of RGB (Red+Green+Blue) = 229+99+242=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 99 (39.06% from 255 or 17.37% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #E563F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E563F2 is #1A9C0D. Grayscale: #999999. Windows color (decimal): -1743886 or 15885285. OLE color: 15885285.

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

Color convert

RGB22999242-
CMYK0.050.5900.05
HSL294.55º84.62%66.86%-
HSV(B)294.55º59.09%94.9%-
XYZ52.831.9987.4-
YUV154.17177.57181.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.18%
GREEN value IS 99 (39.06% from 255) = 17.37%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=40.18%
G=17.37%
B=42.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal229992420.050.5900.05294.5584.6266.86
HexE563F253B051275543
Octal34514336257305447125103
Binary11100101110001111110010101111011010110010011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E563F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E563F2; }

 p { color: rgb(229,99,242); }

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

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

 a { background-color: rgb(229,99,242); }

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

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

 span { border-color: rgb(229,99,242); }

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