#8E467F

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

Shades of Trendy Pink #8E467F

Tints of Trendy Pink #8E467F

Color information

#8E467F (or 0x8E467F) is unknown color: approx Trendy Pink. HEX triplet: 8E, 46 and 7F. RGB value is (142,70,127). Sum of RGB (Red+Green+Blue) = 142+70+127=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E467F is #71B980. Grayscale: #616161. Windows color (decimal): -7453057 or 8341134. OLE color: 8341134.

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

Color convert

RGB14270127-
CMYK00.510.110.44
HSL312.5º33.96%41.57%-
HSV(B)312.5º50.7%55.69%-
XYZ17.1811.6621.42-
YUV98.03144.35159.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 127 (50% from 255) = 37.46%
R=41.89%
G=20.65%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427012700.510.110.44312.533.9641.57
Hex8E467F033B2C138222a
Octal21610617706313544704252
Binary100011101000110111111101100111011101100100111000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,70,127); }

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

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

 a { background-color: rgb(142,70,127); }

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

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

 span { border-color: rgb(142,70,127); }

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