#E581DB

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

Shades of Orchid #E581DB

Tints of Orchid #E581DB

Color information

#E581DB (or 0xE581DB) is unknown color: approx Orchid. HEX triplet: E5, 81 and DB. RGB value is (229,129,219). Sum of RGB (Red+Green+Blue) = 229+129+219=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E581DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E581DB is #1A7E24. Grayscale: #A8A8A8. Windows color (decimal): -1736229 or 14385637. OLE color: 14385637.

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

Color convert

RGB229129219-
CMYK00.440.040.10
HSL306º65.79%70.2%-
HSV(B)306º43.67%89.8%-
XYZ52.9537.4771.46-
YUV169.16156.13170.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.69%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=39.69%
G=22.36%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912921900.440.040.1030665.7970.2
HexE581DB02C4A1324246
Octal345201333054412462102106
Binary1110010110000001110110110101100100101010011001010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E581DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E581DB; }

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

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

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

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

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

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

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

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