#E579DA

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

Shades of Orchid #E579DA

Tints of Orchid #E579DA

Color information

#E579DA (or 0xE579DA) is unknown color: approx Orchid. HEX triplet: E5, 79 and DA. RGB value is (229,121,218). Sum of RGB (Red+Green+Blue) = 229+121+218=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E579DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579DA is #1A8625. Grayscale: #A4A4A4. Windows color (decimal): -1738278 or 14318053. OLE color: 14318053.

HSL color Cylindrical-coordinate representation of color #E579DA: hue angle of 306.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E579DA is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229121218-
CMYK00.470.050.10
HSL306.11º67.5%68.63%-
HSV(B)306.11º47.16%89.8%-
XYZ51.8135.3970.43-
YUV164.35158.28174.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.32%
GREEN value IS 121 (47.66% from 255) = 21.30%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=40.32%
G=21.30%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912121800.470.050.10306.1167.568.63
HexE579DA02F5A1324445
Octal345171332057512462104105
Binary111001011111001110110100101111101101010011001010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E579DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E579DA; }

 p { color: rgb(229,121,218); }

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

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

 a { background-color: rgb(229,121,218); }

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

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

 span { border-color: rgb(229,121,218); }

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