Html Css Color HEX #8E5559 Solid Pink

📋 copy color: '#8E5559'

red 142 ◦ green 85 ◦ blue 89

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

Shades of Solid Pink #8E5559

Tints of Solid Pink #8E5559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 44.94%
G = 26.9%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E5559 (or 0x8E5559) is known color: Solid Pink. HEX triplet: 8E, 55 and 59. RGB value is (142,85,89). Sum of RGB (Red+Green+Blue) = 142+85+89=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5559 is #71AAA6. Grayscale: #666666. Windows color (decimal): -7449255 or 5854606. OLE color: 5854606.

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

Color convert

RGB 142 85 89 -
CMYK 0 0.40 0.37 0.44
HSL 355.79º 0.25% 0.45% -
HSV(B) 355.79º 0.4% 0.56% -
XYZ 16.21 12.97 11.1 -
YUV 102.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 142 85 89 0 0.40 0.37 0.44 355.79 0.25 0.45
Hex 8E 55 59 0 28 25 2C 164 19 2D
Octal 216 125 131 0 50 45 54 544 31 55
Binary 10001110 1010101 1011001 0 101000 100101 101100 101100100 11001 101101

Color Harmonies of #8E5559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5559

Black with #8E5559

Text Example


Text Example

White with #8E5559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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