#8E6088

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

Shades of Trendy Pink #8E6088

Tints of Trendy Pink #8E6088

Color information

#8E6088 (or 0x8E6088) is unknown color: approx Trendy Pink. HEX triplet: 8E, 60 and 88. RGB value is (142,96,136). Sum of RGB (Red+Green+Blue) = 142+96+136=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6088 is #719F77. Grayscale: #727272. Windows color (decimal): -7446392 or 8937614. OLE color: 8937614.

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

Color convert

RGB14296136-
CMYK00.320.040.44
HSL307.83º19.33%46.67%-
HSV(B)307.83º32.39%55.69%-
XYZ19.7815.8925.32-
YUV114.31140.24147.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.97%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=37.97%
G=25.67%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429613600.320.040.44307.8319.3346.67
Hex8E608802042C134132f
Octal2161402100404544642357
Binary10001110110000010001000010000010010110010011010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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