#875E93

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

Shades of Trendy Pink #875E93

Tints of Trendy Pink #875E93

Color information

#875E93 (or 0x875E93) is unknown color: approx Trendy Pink. HEX triplet: 87, 5E and 93. RGB value is (135,94,147). Sum of RGB (Red+Green+Blue) = 135+94+147=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #875E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875E93 is #78A16C. Grayscale: #707070. Windows color (decimal): -7905645 or 9657991. OLE color: 9657991.

HSL color Cylindrical-coordinate representation of color #875E93: hue angle of 286.42º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #875E93 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13594147-
CMYK0.080.3600.42
HSL286.42º21.99%47.25%-
HSV(B)286.42º36.05%57.65%-
XYZ19.2615.2629.53-
YUV112.3147.58144.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.90%
GREEN value IS 94 (37.11% from 255) = 25%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=35.90%
G=25%
B=39.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135941470.080.3600.42286.4221.9947.25
Hex875E9382402A11e162f
Octal20713622310440524362657
Binary100001111011110100100111000100100010101010001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875E93; }

 p { color: rgb(135,94,147); }

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

<style>
 a { background-color: #875E93; }

 a { background-color: rgb(135,94,147); }

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

<style>
 span { border-color: #875E93; }

 span { border-color: rgb(135,94,147); }

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