#8E4181

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

Shades of Trendy Pink #8E4181

Tints of Trendy Pink #8E4181

Color information

#8E4181 (or 0x8E4181) is unknown color: approx Trendy Pink. HEX triplet: 8E, 41 and 81. RGB value is (142,65,129). Sum of RGB (Red+Green+Blue) = 142+65+129=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4181 is #71BE7E. Grayscale: #5F5F5F. Windows color (decimal): -7454335 or 8470926. OLE color: 8470926.

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

Color convert

RGB14265129-
CMYK00.540.090.44
HSL310.13º37.2%40.59%-
HSV(B)310.13º54.23%55.69%-
XYZ17.0111.1222.02-
YUV95.32147.01161.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=42.26%
G=19.35%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426512900.540.090.44310.1337.240.59
Hex8E418103692C1362529
Octal21610120106611544664551
Binary1000111010000011000000101101101001101100100110110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,65,129); }

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

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

 a { background-color: rgb(142,65,129); }

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

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

 span { border-color: rgb(142,65,129); }

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