#E577CC

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

Shades of Orchid #E577CC

Tints of Orchid #E577CC

Color information

#E577CC (or 0xE577CC) is unknown color: approx Orchid. HEX triplet: E5, 77 and CC. RGB value is (229,119,204). Sum of RGB (Red+Green+Blue) = 229+119+204=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E577CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577CC is #1A8833. Grayscale: #A1A1A1. Windows color (decimal): -1738804 or 13400037. OLE color: 13400037.

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

Color convert

RGB229119204-
CMYK00.480.110.10
HSL313.64º67.9%68.24%-
HSV(B)313.64º48.03%89.8%-
XYZ49.8134.2161.1-
YUV161.58151.94176.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.49%
GREEN value IS 119 (46.88% from 255) = 21.56%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=41.49%
G=21.56%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911920400.480.110.10313.6467.968.24
HexE577CC030BA13a4444
Octal3451673140601312472104104
Binary1110010111101111100110001100001011101010011101010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E577CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E577CC; }

 p { color: rgb(229,119,204); }

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

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

 a { background-color: rgb(229,119,204); }

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

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

 span { border-color: rgb(229,119,204); }

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