#E073DE

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

Shades of Orchid #E073DE

Tints of Orchid #E073DE

Color information

#E073DE (or 0xE073DE) is unknown color: approx Orchid. HEX triplet: E0, 73 and DE. RGB value is (224,115,222). Sum of RGB (Red+Green+Blue) = 224+115+222=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E073DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073DE is #1F8C21. Grayscale: #9F9F9F. Windows color (decimal): -2067490 or 14578656. OLE color: 14578656.

HSL color Cylindrical-coordinate representation of color #E073DE: hue angle of 301.1º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E073DE is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224115222-
CMYK00.490.010.12
HSL301.1º63.74%66.47%-
HSV(B)301.1º48.66%87.84%-
XYZ50.0633.3872.91-
YUV159.79163.11173.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 115 (45.31% from 255) = 20.50%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=39.93%
G=20.50%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411522200.490.010.12301.163.7466.47
HexE073DE0311C12d4042
Octal340163336061114455100102
Binary1110000011100111101111001100011110010010110110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E073DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E073DE; }

 p { color: rgb(224,115,222); }

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

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

 a { background-color: rgb(224,115,222); }

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

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

 span { border-color: rgb(224,115,222); }

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