#8E4D88

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

Shades of Trendy Pink #8E4D88

Tints of Trendy Pink #8E4D88

Color information

#8E4D88 (or 0x8E4D88) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4D and 88. RGB value is (142,77,136). Sum of RGB (Red+Green+Blue) = 142+77+136=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4D88 is #71B277. Grayscale: #666666. Windows color (decimal): -7451256 or 8932750. OLE color: 8932750.

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

Color convert

RGB14277136-
CMYK00.460.040.44
HSL305.54º29.68%42.94%-
HSV(B)305.54º45.77%55.69%-
XYZ18.2512.8424.81-
YUV103.16146.53155.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 77 (30.47% from 255) = 21.69%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=40%
G=21.69%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427713600.460.040.44305.5429.6842.94
Hex8E4D8802E42C1321e2b
Octal2161152100564544623653
Binary10001110100110110001000010111010010110010011001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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