Html Css Color HEX #8E5759 Solid Pink

📋 copy color: '#8E5759'

red 142 ◦ green 87 ◦ blue 89

#8E5759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #8E5759

Tints of Solid Pink #8E5759

RGB

 RED value IS 142 (55.86% from 255) = 44.65%

 GREEN value IS 87 (34.38% from 255) = 27.36%

 BLUE value IS 89 (35.16% from 255) = 27.99%

R = 44.65%
G = 27.36%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E5759 (or 0x8E5759) is known color: Solid Pink. HEX triplet: 8E, 57 and 59. RGB value is (142,87,89). Sum of RGB (Red+Green+Blue) = 142+87+89=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5759 is #71A8A6. Grayscale: #676767. Windows color (decimal): -7448743 or 5855118. OLE color: 5855118.

HSL color Cylindrical-coordinate representation of color #8E5759: hue angle of 357.82º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5759 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 87 89 -
CMYK 0 0.39 0.37 0.44
HSL 357.82º 0.24% 0.45% -
HSV(B) 357.82º 0.39% 0.56% -
XYZ 16.37 13.29 11.15 -
YUV 103.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 142 87 89 0 0.39 0.37 0.44 357.82 0.24 0.45
Hex 8E 57 59 0 27 25 2C 166 18 2D
Octal 216 127 131 0 47 45 54 546 30 55
Binary 10001110 1010111 1011001 0 100111 100101 101100 101100110 11000 101101

Color Harmonies of #8E5759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5759

Black with #8E5759

Text Example


Text Example

White with #8E5759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,87,89); }

 H1.HeaderClassName
 {
   color: #8E5759;
 }
 .AnyTagClassName
 {
   color: #8E5759;
 }
</style>

background-color css

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

 a { background-color: rgb(142,87,89); }

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

border-color css

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

 span { border-color: rgb(142,87,89); }

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