#8E4B88

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

Shades of Trendy Pink #8E4B88

Tints of Trendy Pink #8E4B88

Color information

#8E4B88 (or 0x8E4B88) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4B and 88. RGB value is (142,75,136). Sum of RGB (Red+Green+Blue) = 142+75+136=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4B88 is #71B477. Grayscale: #656565. Windows color (decimal): -7451768 or 8932238. OLE color: 8932238.

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

Color convert

RGB14275136-
CMYK00.470.040.44
HSL305.37º30.88%42.55%-
HSV(B)305.37º47.18%55.69%-
XYZ18.1212.5624.76-
YUV101.99147.2156.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=40.23%
G=21.25%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427513600.470.040.44305.3730.8842.55
Hex8E4B8802F42C1311f2b
Octal2161132100574544613753
Binary10001110100101110001000010111110010110010011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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