#E569EC

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

Shades of Orchid #E569EC

Tints of Orchid #E569EC

Color information

#E569EC (or 0xE569EC) is unknown color: approx Orchid. HEX triplet: E5, 69 and EC. RGB value is (229,105,236). Sum of RGB (Red+Green+Blue) = 229+105+236=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #E569EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E569EC is #1A9613. Grayscale: #9C9C9C. Windows color (decimal): -1742356 or 15493605. OLE color: 15493605.

HSL color Cylindrical-coordinate representation of color #E569EC: hue angle of 296.79º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E569EC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229105236-
CMYK0.030.5600.07
HSL296.79º77.51%66.86%-
HSV(B)296.79º55.51%92.55%-
XYZ52.532.8282.92-
YUV157.01172.58179.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.18%
GREEN value IS 105 (41.41% from 255) = 18.42%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=40.18%
G=18.42%
B=41.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291052360.030.5600.07296.7977.5166.86
HexE569EC338071294e43
Octal34515135437007451116103
Binary1110010111010011110110011111000011110010100110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E569EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E569EC; }

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

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

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

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

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

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

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

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