#8E6F88

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

Shades of Mountbatten Pink #8E6F88

Tints of Mountbatten Pink #8E6F88

Color information

#8E6F88 (or 0x8E6F88) is unknown color: approx Mountbatten Pink. HEX triplet: 8E, 6F and 88. RGB value is (142,111,136). Sum of RGB (Red+Green+Blue) = 142+111+136=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6F88 is #719077. Grayscale: #7B7B7B. Windows color (decimal): -7442552 or 8941454. OLE color: 8941454.

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

Color convert

RGB142111136-
CMYK00.220.040.44
HSL311.61º12.25%49.61%-
HSV(B)311.61º21.83%55.69%-
XYZ21.2818.925.82-
YUV123.12135.27141.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.50%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 136 (53.52% from 255) = 34.96%
R=36.50%
G=28.53%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211113600.220.040.44311.6112.2549.61
Hex8E6F8801642C138c32
Octal2161572100264544701462
Binary100011101101111100010000101101001011001001110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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