#E579E0

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

Shades of Orchid #E579E0

Tints of Orchid #E579E0

Color information

#E579E0 (or 0xE579E0) is unknown color: approx Orchid. HEX triplet: E5, 79 and E0. RGB value is (229,121,224). Sum of RGB (Red+Green+Blue) = 229+121+224=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 121 (47.66% from 255 or 21.08% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E579E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579E0 is #1A861F. Grayscale: #A4A4A4. Windows color (decimal): -1738272 or 14711269. OLE color: 14711269.

HSL color Cylindrical-coordinate representation of color #E579E0: hue angle of 302.78º 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 #E579E0 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB229121224-
CMYK00.470.020.10
HSL302.78º67.5%68.63%-
HSV(B)302.78º47.16%89.8%-
XYZ52.6135.7174.64-
YUV165.03161.28173.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.90%
GREEN value IS 121 (47.66% from 255) = 21.08%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=39.90%
G=21.08%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912122400.470.020.10302.7867.568.63
HexE579E002F2A12f4445
Octal345171340057212457104105
Binary11100101111100111100000010111110101010010111110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E579E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E579E0; }

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

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

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

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

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

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

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

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