#e569e2

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

Shades of Orchid #E569E2

Tints of Orchid #E569E2

Color information

#E569E2 (or 0xE569E2) is unknown color: approx Orchid. HEX triplet: E5, 69 and E2. RGB value is (229,105,226). Sum of RGB (Red+Green+Blue) = 229+105+226=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E569E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E569E2 is #1A961D. Grayscale: #9B9B9B. Windows color (decimal): -1742366 or 14838245. OLE color: 14838245.

HSL color Cylindrical-coordinate representation of color #E569E2: hue angle of 301.45º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E569E2 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB229105226-
CMYK00.540.010.10
HSL301.45º70.45%65.49%-
HSV(B)301.45º54.15%89.8%-
XYZ51.0932.2575.48-
YUV155.87167.58180.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.89%
GREEN value IS 105 (41.41% from 255) = 18.75%
BLUE value IS 226 (88.67% from 255) = 40.36%
R=40.89%
G=18.75%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910522600.540.010.10301.4570.4565.49
HexE569E20361A12d4641
Octal345151342066112455106101
Binary1110010111010011110001001101101101010010110110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e569e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e569e2; }

 p { color: rgb(229,105,226); }

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

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

 a { background-color: rgb(229,105,226); }

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

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

 span { border-color: rgb(229,105,226); }

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