#E189CE

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

Shades of Orchid #E189CE

Tints of Orchid #E189CE

Color information

#E189CE (or 0xE189CE) is unknown color: approx Orchid. HEX triplet: E1, 89 and CE. RGB value is (225,137,206). Sum of RGB (Red+Green+Blue) = 225+137+206=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E189CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189CE is #1E7631. Grayscale: #AAAAAA. Windows color (decimal): -1996338 or 13535713. OLE color: 13535713.

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

Color convert

RGB225137206-
CMYK00.390.080.12
HSL312.95º59.46%70.98%-
HSV(B)312.95º39.11%88.24%-
XYZ51.1438.3663.1-
YUV171.18147.65166.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 137 (53.91% from 255) = 24.12%
BLUE value IS 206 (80.86% from 255) = 36.27%
R=39.61%
G=24.12%
B=36.27%

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
Decimal22513720600.390.080.12312.9559.4670.98
HexE189CE0278C1393b47
Octal341211316047101447173107
Binary1110000110001001110011100100111100011001001110011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E189CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E189CE; }

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

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

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

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

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

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

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

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