#8E7288

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

Shades of Mountbatten Pink #8E7288

Tints of Mountbatten Pink #8E7288

Color information

#8E7288 (or 0x8E7288) is unknown color: approx Mountbatten Pink. HEX triplet: 8E, 72 and 88. RGB value is (142,114,136). Sum of RGB (Red+Green+Blue) = 142+114+136=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7288 is #718D77. Grayscale: #7C7C7C. Windows color (decimal): -7441784 or 8942222. OLE color: 8942222.

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

Color convert

RGB142114136-
CMYK00.200.040.44
HSL312.86º11.02%50.2%-
HSV(B)312.86º19.72%55.69%-
XYZ21.6219.5625.93-
YUV124.88134.28140.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.22%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=36.22%
G=29.08%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211413600.200.040.44312.8611.0250.2
Hex8E728801442C139b32
Octal2161622100244544711362
Binary100011101110010100010000101001001011001001110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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