#E573D1

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

Shades of Orchid #E573D1

Tints of Orchid #E573D1

Color information

#E573D1 (or 0xE573D1) is unknown color: approx Orchid. HEX triplet: E5, 73 and D1. RGB value is (229,115,209). Sum of RGB (Red+Green+Blue) = 229+115+209=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E573D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573D1 is #1A8C2E. Grayscale: #9F9F9F. Windows color (decimal): -1739823 or 13726693. OLE color: 13726693.

HSL color Cylindrical-coordinate representation of color #E573D1: hue angle of 310.53º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E573D1 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB229115209-
CMYK00.500.090.10
HSL310.53º68.67%67.45%-
HSV(B)310.53º49.78%89.8%-
XYZ49.9533.5264.16-
YUV159.8155.77177.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.41%
GREEN value IS 115 (45.31% from 255) = 20.80%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=41.41%
G=20.80%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911520900.500.090.10310.5368.6767.45
HexE573D10329A1374543
Octal3451633210621112467105103
Binary1110010111100111101000101100101001101010011011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E573D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E573D1; }

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

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

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

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

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

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

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

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