#8E6085

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

Shades of Trendy Pink #8E6085

Tints of Trendy Pink #8E6085

Color information

#8E6085 (or 0x8E6085) is unknown color: approx Trendy Pink. HEX triplet: 8E, 60 and 85. RGB value is (142,96,133). Sum of RGB (Red+Green+Blue) = 142+96+133=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6085 is #719F7A. Grayscale: #717171. Windows color (decimal): -7446395 or 8741006. OLE color: 8741006.

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

Color convert

RGB14296133-
CMYK00.320.060.44
HSL311.74º19.33%46.67%-
HSV(B)311.74º32.39%55.69%-
XYZ19.5715.8124.21-
YUV113.97138.74147.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=38.27%
G=25.88%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429613300.320.060.44311.7419.3346.67
Hex8E608502062C138132f
Octal2161402050406544702357
Binary10001110110000010000101010000011010110010011100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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