#8E4478

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

Shades of Trendy Pink #8E4478

Tints of Trendy Pink #8E4478

Color information

#8E4478 (or 0x8E4478) is unknown color: approx Trendy Pink. HEX triplet: 8E, 44 and 78. RGB value is (142,68,120). Sum of RGB (Red+Green+Blue) = 142+68+120=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4478 is #71BB87. Grayscale: #5F5F5F. Windows color (decimal): -7453576 or 7881870. OLE color: 7881870.

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

Color convert

RGB14268120-
CMYK00.520.150.44
HSL317.84º35.24%41.18%-
HSV(B)317.84º52.11%55.69%-
XYZ16.6111.2419.06-
YUV96.05141.52160.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=43.03%
G=20.61%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426812000.520.150.44317.8435.2441.18
Hex8E4478034F2C13e2329
Octal21610417006417544764351
Binary100011101000100111100001101001111101100100111110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,68,120); }

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

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

 a { background-color: rgb(142,68,120); }

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

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

 span { border-color: rgb(142,68,120); }

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