#8E427D

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

Shades of Trendy Pink #8E427D

Tints of Trendy Pink #8E427D

Color information

#8E427D (or 0x8E427D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 42 and 7D. RGB value is (142,66,125). Sum of RGB (Red+Green+Blue) = 142+66+125=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E427D is #71BD82. Grayscale: #5F5F5F. Windows color (decimal): -7454083 or 8209038. OLE color: 8209038.

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

Color convert

RGB14266125-
CMYK00.540.120.44
HSL313.42º36.54%40.78%-
HSV(B)313.42º53.52%55.69%-
XYZ16.8111.1320.66-
YUV95.45144.68161.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=42.64%
G=19.82%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426612500.540.120.44313.4236.5440.78
Hex8E427D036C2C1392529
Octal21610217506614544714551
Binary100011101000010111110101101101100101100100111001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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