#8E5384

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

Shades of Trendy Pink #8E5384

Tints of Trendy Pink #8E5384

Color information

#8E5384 (or 0x8E5384) is unknown color: approx Trendy Pink. HEX triplet: 8E, 53 and 84. RGB value is (142,83,132). Sum of RGB (Red+Green+Blue) = 142+83+132=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5384 is #71AC7B. Grayscale: #6A6A6A. Windows color (decimal): -7449724 or 8672142. OLE color: 8672142.

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

Color convert

RGB14283132-
CMYK00.420.070.44
HSL310.17º26.22%44.12%-
HSV(B)310.17º41.55%55.69%-
XYZ18.4113.623.48-
YUV106.23142.55153.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=39.78%
G=23.25%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428313200.420.070.44310.1726.2244.12
Hex8E538402A72C1361a2c
Octal2161232040527544663254
Binary10001110101001110000100010101011110110010011011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,83,132); }

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

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

 a { background-color: rgb(142,83,132); }

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

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

 span { border-color: rgb(142,83,132); }

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