#8E4280

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

Shades of Trendy Pink #8E4280

Tints of Trendy Pink #8E4280

Color information

#8E4280 (or 0x8E4280) is unknown color: approx Trendy Pink. HEX triplet: 8E, 42 and 80. RGB value is (142,66,128). Sum of RGB (Red+Green+Blue) = 142+66+128=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4280 is #71BD7F. Grayscale: #5F5F5F. Windows color (decimal): -7454080 or 8405646. OLE color: 8405646.

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

Color convert

RGB14266128-
CMYK00.540.100.44
HSL311.05º36.54%40.78%-
HSV(B)311.05º53.52%55.69%-
XYZ1711.2121.69-
YUV95.79146.18160.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 128 (50.39% from 255) = 38.10%
R=42.26%
G=19.64%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426612800.540.100.44311.0536.5440.78
Hex8E4280036A2C1372529
Octal21610220006612544674551
Binary1000111010000101000000001101101010101100100110111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,128); }

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

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

 a { background-color: rgb(142,66,128); }

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

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

 span { border-color: rgb(142,66,128); }

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