#8E6E88

Color #8E6E88 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #8E6E88

Tints of Mountbatten Pink #8E6E88

Color information

#8E6E88 (or 0x8E6E88) is unknown color: approx Mountbatten Pink. HEX triplet: 8E, 6E and 88. RGB value is (142,110,136). Sum of RGB (Red+Green+Blue) = 142+110+136=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6E88 is #719177. Grayscale: #7A7A7A. Windows color (decimal): -7442808 or 8941198. OLE color: 8941198.

HSL color Cylindrical-coordinate representation of color #8E6E88: hue angle of 311.25º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E6E88 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB142110136-
CMYK00.230.040.44
HSL311.25º12.7%49.41%-
HSV(B)311.25º22.54%55.69%-
XYZ21.1818.6825.78-
YUV122.53135.6141.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.60%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 136 (53.52% from 255) = 35.05%
R=36.60%
G=28.35%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211013600.230.040.44311.2512.749.41
Hex8E6E8801742C137d31
Octal2161562100274544671561
Binary100011101101110100010000101111001011001001101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E6E88; }

 p { color: rgb(142,110,136); }

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

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

 a { background-color: rgb(142,110,136); }

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

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

 span { border-color: rgb(142,110,136); }

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