Html Css Color HEX #8E474D Solid Pink

📋 copy color: '#8E474D'

red 142 ◦ green 71 ◦ blue 77

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

Shades of Solid Pink #8E474D

Tints of Solid Pink #8E474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 48.97%
G = 24.48%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E474D (or 0x8E474D) is known color: Solid Pink. HEX triplet: 8E, 47 and 4D. RGB value is (142,71,77). Sum of RGB (Red+Green+Blue) = 142+71+77=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E474D is #71B8B2. Grayscale: #5C5C5C. Windows color (decimal): -7452851 or 5064590. OLE color: 5064590.

HSL color Cylindrical-coordinate representation of color #8E474D: hue angle of 354.93º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E474D is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 71 77 -
CMYK 0 0.5 0.46 0.44
HSL 354.93º 0.33% 0.42% -
HSV(B) 354.93º 0.5% 0.56% -
XYZ 14.75 10.79 8.33 -
YUV 92.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 142 71 77 0 0.5 0.46 0.44 354.93 0.33 0.42
Hex 8E 47 4D 0 32 2E 2C 163 21 2A
Octal 216 107 115 0 62 56 54 543 41 52
Binary 10001110 1000111 1001101 0 110010 101110 101100 101100011 100001 101010

Color Harmonies of #8E474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E474D

Black with #8E474D

Text Example


Text Example

White with #8E474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,71,77); }

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

background-color css

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

 a { background-color: rgb(142,71,77); }

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

border-color css

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

 span { border-color: rgb(142,71,77); }

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