#E576D1

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

Shades of Orchid #E576D1

Tints of Orchid #E576D1

Color information

#E576D1 (or 0xE576D1) is unknown color: approx Orchid. HEX triplet: E5, 76 and D1. RGB value is (229,118,209). Sum of RGB (Red+Green+Blue) = 229+118+209=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E576D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576D1 is #1A892E. Grayscale: #A1A1A1. Windows color (decimal): -1739055 or 13727461. OLE color: 13727461.

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

Color convert

RGB229118209-
CMYK00.480.090.10
HSL310.81º68.1%68.04%-
HSV(B)310.81º48.47%89.8%-
XYZ50.334.2264.28-
YUV161.56154.77176.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.19%
GREEN value IS 118 (46.48% from 255) = 21.22%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=41.19%
G=21.22%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911820900.480.090.10310.8168.168.04
HexE576D10309A1374444
Octal3451663210601112467104104
Binary1110010111101101101000101100001001101010011011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E576D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E576D1; }

 p { color: rgb(229,118,209); }

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

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

 a { background-color: rgb(229,118,209); }

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

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

 span { border-color: rgb(229,118,209); }

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