#E085DA

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

Shades of Orchid #E085DA

Tints of Orchid #E085DA

Color information

#E085DA (or 0xE085DA) is unknown color: approx Orchid. HEX triplet: E0, 85 and DA. RGB value is (224,133,218). Sum of RGB (Red+Green+Blue) = 224+133+218=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E085DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085DA is #1F7A25. Grayscale: #A9A9A9. Windows color (decimal): -2062886 or 14321120. OLE color: 14321120.

HSL color Cylindrical-coordinate representation of color #E085DA: hue angle of 303.96º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E085DA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224133218-
CMYK00.410.030.12
HSL303.96º59.48%70%-
HSV(B)303.96º40.62%87.84%-
XYZ51.7837.6870.87-
YUV169.9155.15166.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 133 (52.34% from 255) = 23.13%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=38.96%
G=23.13%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413321800.410.030.12303.9659.4870
HexE085DA0293C1303b46
Octal34020533205131446073106
Binary11100000100001011101101001010011111001001100001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085DA; }

 p { color: rgb(224,133,218); }

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

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

 a { background-color: rgb(224,133,218); }

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

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

 span { border-color: rgb(224,133,218); }

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