#E582DB

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

Shades of Orchid #E582DB

Tints of Orchid #E582DB

Color information

#E582DB (or 0xE582DB) is unknown color: approx Orchid. HEX triplet: E5, 82 and DB. RGB value is (229,130,219). Sum of RGB (Red+Green+Blue) = 229+130+219=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E582DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582DB is #1A7D24. Grayscale: #A9A9A9. Windows color (decimal): -1735973 or 14385893. OLE color: 14385893.

HSL color Cylindrical-coordinate representation of color #E582DB: hue angle of 306.06º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E582DB is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229130219-
CMYK00.430.040.10
HSL306.06º65.56%70.39%-
HSV(B)306.06º43.23%89.8%-
XYZ53.0837.7471.5-
YUV169.75155.8170.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.62%
GREEN value IS 130 (51.17% from 255) = 22.49%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=39.62%
G=22.49%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913021900.430.040.10306.0665.5670.39
HexE582DB02B4A1324246
Octal345202333053412462102106
Binary1110010110000010110110110101011100101010011001010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E582DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E582DB; }

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

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

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

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

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

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

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

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