Html Css Color HEX #8E6D88 Mountbatten Pink

📋 copy color: '#8E6D88'

red 142 ◦ green 109 ◦ blue 136

#8E6D88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #8E6D88

Tints of Mountbatten Pink #8E6D88

RGB

 RED value IS 142 (55.86% from 255) = 36.69%

 GREEN value IS 109 (42.97% from 255) = 28.17%

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 36.69%
G = 28.17%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E6D88 (or 0x8E6D88) is known color: Mountbatten Pink. HEX triplet: 8E, 6D and 88. RGB value is (142,109,136). Sum of RGB (Red+Green+Blue) = 142+109+136=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6D88 is #719277. Grayscale: #797979. Windows color (decimal): -7443064 or 8940942. OLE color: 8940942.

HSL color Cylindrical-coordinate representation of color #8E6D88: hue angle of 310.91º 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 #8E6D88 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 109 136 -
CMYK 0 0.23 0.04 0.44
HSL 310.91º 0.13% 0.49% -
HSV(B) 310.91º 0.23% 0.56% -
XYZ 21.07 18.47 25.75 -
YUV 121.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 142 109 136 0 0.23 0.04 0.44 310.91 0.13 0.49
Hex 8E 6D 88 0 17 4 2C 137 D 31
Octal 216 155 210 0 27 4 54 467 15 61
Binary 10001110 1101101 10001000 0 10111 100 101100 100110111 1101 110001

Color Harmonies of #8E6D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6D88

Black with #8E6D88

Text Example


Text Example

White with #8E6D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E6D88;
 }
 .AnyTagClassName
 {
   color: #8E6D88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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