#8E4184

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

Shades of Trendy Pink #8E4184

Tints of Trendy Pink #8E4184

Color information

#8E4184 (or 0x8E4184) is unknown color: approx Trendy Pink. HEX triplet: 8E, 41 and 84. RGB value is (142,65,132). Sum of RGB (Red+Green+Blue) = 142+65+132=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4184 is #71BE7B. Grayscale: #5F5F5F. Windows color (decimal): -7454332 or 8667534. OLE color: 8667534.

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

Color convert

RGB14265132-
CMYK00.540.070.44
HSL307.79º37.2%40.59%-
HSV(B)307.79º54.23%55.69%-
XYZ17.2111.223.08-
YUV95.66148.51161.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=41.89%
G=19.17%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426513200.540.070.44307.7937.240.59
Hex8E418403672C1342529
Octal2161012040667544644551
Binary100011101000001100001000110110111101100100110100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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