#7E587D

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

Shades of Trendy Pink #7E587D

Tints of Trendy Pink #7E587D

Color information

#7E587D (or 0x7E587D) is unknown color: approx Trendy Pink. HEX triplet: 7E, 58 and 7D. RGB value is (126,88,125). Sum of RGB (Red+Green+Blue) = 126+88+125=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 126 - color contains mainly: red. Hex color #7E587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E587D is #81A782. Grayscale: #676767. Windows color (decimal): -8497027 or 8214654. OLE color: 8214654.

HSL color Cylindrical-coordinate representation of color #7E587D: hue angle of 301.58º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E587D is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB12688125-
CMYK00.300.010.51
HSL301.58º17.76%41.96%-
HSV(B)301.58º30.16%49.41%-
XYZ15.812.921.06-
YUV103.58140.09143.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.17%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=37.17%
G=25.96%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1268812500.300.010.51301.5817.7641.96
Hex7E587D01E13312e122a
Octal1761301750361634562252
Binary111111010110001111101011110111001110010111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E587D; }

 p { color: rgb(126,88,125); }

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

<style>
 a { background-color: #7E587D; }

 a { background-color: rgb(126,88,125); }

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

<style>
 span { border-color: #7E587D; }

 span { border-color: rgb(126,88,125); }

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