#E573DB

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

Shades of Orchid #E573DB

Tints of Orchid #E573DB

Color information

#E573DB (or 0xE573DB) is unknown color: approx Orchid. HEX triplet: E5, 73 and DB. RGB value is (229,115,219). Sum of RGB (Red+Green+Blue) = 229+115+219=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E573DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573DB is #1A8C24. Grayscale: #A0A0A0. Windows color (decimal): -1739813 or 14382053. OLE color: 14382053.

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

Color convert

RGB229115219-
CMYK00.500.040.10
HSL305.26º68.67%67.45%-
HSV(B)305.26º49.78%89.8%-
XYZ51.2334.0370.89-
YUV160.94160.77176.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.67%
GREEN value IS 115 (45.31% from 255) = 20.43%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=40.67%
G=20.43%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911521900.500.040.10305.2668.6767.45
HexE573DB0324A1314543
Octal345163333062412461105103
Binary111001011110011110110110110010100101010011000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E573DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E573DB; }

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

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

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

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

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

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

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

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