#8E4583

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

Shades of Trendy Pink #8E4583

Tints of Trendy Pink #8E4583

Color information

#8E4583 (or 0x8E4583) is unknown color: approx Trendy Pink. HEX triplet: 8E, 45 and 83. RGB value is (142,69,131). Sum of RGB (Red+Green+Blue) = 142+69+131=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4583 is #71BA7C. Grayscale: #616161. Windows color (decimal): -7453309 or 8603022. OLE color: 8603022.

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

Color convert

RGB14269131-
CMYK00.510.080.44
HSL309.04º34.6%41.37%-
HSV(B)309.04º51.41%55.69%-
XYZ17.3811.6522.8-
YUV97.9146.68159.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 131 (51.56% from 255) = 38.30%
R=41.52%
G=20.18%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426913100.510.080.44309.0434.641.37
Hex8E458303382C1352329
Octal21610520306310544654351
Binary1000111010001011000001101100111000101100100110101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,69,131); }

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

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

 a { background-color: rgb(142,69,131); }

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

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

 span { border-color: rgb(142,69,131); }

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