#8E5485

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

Shades of Trendy Pink #8E5485

Tints of Trendy Pink #8E5485

Color information

#8E5485 (or 0x8E5485) is unknown color: approx Trendy Pink. HEX triplet: 8E, 54 and 85. RGB value is (142,84,133). Sum of RGB (Red+Green+Blue) = 142+84+133=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5485 is #71AB7A. Grayscale: #6A6A6A. Windows color (decimal): -7449467 or 8737934. OLE color: 8737934.

HSL color Cylindrical-coordinate representation of color #8E5485: hue angle of 309.31º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5485 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14284133-
CMYK00.410.060.44
HSL309.31º25.66%44.31%-
HSV(B)309.31º40.85%55.69%-
XYZ18.5613.7823.87-
YUV106.93142.72153.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=39.55%
G=23.40%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428413300.410.060.44309.3125.6644.31
Hex8E548502962C1351a2c
Octal2161242050516544653254
Binary10001110101010010000101010100111010110010011010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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