#E18AD0

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

Shades of Orchid #E18AD0

Tints of Orchid #E18AD0

Color information

#E18AD0 (or 0xE18AD0) is unknown color: approx Orchid. HEX triplet: E1, 8A and D0. RGB value is (225,138,208). Sum of RGB (Red+Green+Blue) = 225+138+208=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AD0 is #1E752F. Grayscale: #ABABAB. Windows color (decimal): -1996080 or 13667041. OLE color: 13667041.

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

Color convert

RGB225138208-
CMYK00.390.080.12
HSL311.72º59.18%71.18%-
HSV(B)311.72º38.67%88.24%-
XYZ51.5238.7464.44-
YUV171.99148.32165.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 138 (54.30% from 255) = 24.17%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=39.40%
G=24.17%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513820800.390.080.12311.7259.1871.18
HexE18AD00278C1383b47
Octal341212320047101447073107
Binary1110000110001010110100000100111100011001001110001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AD0; }

 p { color: rgb(225,138,208); }

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

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

 a { background-color: rgb(225,138,208); }

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

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

 span { border-color: rgb(225,138,208); }

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