#E189D0

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

Shades of Orchid #E189D0

Tints of Orchid #E189D0

Color information

#E189D0 (or 0xE189D0) is unknown color: approx Orchid. HEX triplet: E1, 89 and D0. RGB value is (225,137,208). Sum of RGB (Red+Green+Blue) = 225+137+208=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E189D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189D0 is #1E762F. Grayscale: #ABABAB. Windows color (decimal): -1996336 or 13666785. OLE color: 13666785.

HSL color Cylindrical-coordinate representation of color #E189D0: hue angle of 311.59º 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 #E189D0 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225137208-
CMYK00.390.080.12
HSL311.59º59.46%70.98%-
HSV(B)311.59º39.11%88.24%-
XYZ51.3838.4564.39-
YUV171.41148.65166.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=39.47%
G=24.04%
B=36.49%

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
Decimal22513720800.390.080.12311.5959.4670.98
HexE189D00278C1383b47
Octal341211320047101447073107
Binary1110000110001001110100000100111100011001001110001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E189D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E189D0; }

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

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

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

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

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

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

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

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