#E188D0

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

Shades of Orchid #E188D0

Tints of Orchid #E188D0

Color information

#E188D0 (or 0xE188D0) is unknown color: approx Orchid. HEX triplet: E1, 88 and D0. RGB value is (225,136,208). Sum of RGB (Red+Green+Blue) = 225+136+208=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E188D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188D0 is #1E772F. Grayscale: #AAAAAA. Windows color (decimal): -1996592 or 13666529. OLE color: 13666529.

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

Color convert

RGB225136208-
CMYK00.400.080.12
HSL311.46º59.73%70.78%-
HSV(B)311.46º39.56%88.24%-
XYZ51.2438.1764.34-
YUV170.82148.99166.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 136 (53.52% from 255) = 23.90%
BLUE value IS 208 (81.64% from 255) = 36.56%
R=39.54%
G=23.90%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513620800.400.080.12311.4659.7370.78
HexE188D00288C1373c47
Octal341210320050101446774107
Binary1110000110001000110100000101000100011001001101111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E188D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E188D0; }

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

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

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

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

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

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

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

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