#8E728E

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

Shades of Trendy Pink #8E728E

Tints of Trendy Pink #8E728E

Color information

#8E728E (or 0x8E728E) is unknown color: approx Trendy Pink. HEX triplet: 8E, 72 and 8E. RGB value is (142,114,142). Sum of RGB (Red+Green+Blue) = 142+114+142=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E728E is #718D71. Grayscale: #7D7D7D. Windows color (decimal): -7441778 or 9335438. OLE color: 9335438.

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

Color convert

RGB142114142-
CMYK00.2000.44
HSL300º11.02%50.2%-
HSV(B)300º19.72%55.69%-
XYZ22.0619.7428.24-
YUV125.56137.28139.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=35.68%
G=28.64%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211414200.2000.4430011.0250.2
Hex8E728E01402C12cb32
Octal2161622160240544541362
Binary1000111011100101000111001010001011001001011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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