#8E4B83

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

Shades of Trendy Pink #8E4B83

Tints of Trendy Pink #8E4B83

Color information

#8E4B83 (or 0x8E4B83) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4B and 83. RGB value is (142,75,131). Sum of RGB (Red+Green+Blue) = 142+75+131=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4B83 is #71B47C. Grayscale: #656565. Windows color (decimal): -7451773 or 8604558. OLE color: 8604558.

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

Color convert

RGB14275131-
CMYK00.470.080.44
HSL309.85º30.88%42.55%-
HSV(B)309.85º47.18%55.69%-
XYZ17.7712.4222.93-
YUV101.42144.7156.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=40.80%
G=21.55%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427513100.470.080.44309.8530.8842.55
Hex8E4B8302F82C1361f2b
Octal21611320305710544663753
Binary100011101001011100000110101111100010110010011011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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