Html Css Color HEX #8E474E Solid Pink

📋 copy color: '#8E474E'

red 142 ◦ green 71 ◦ blue 78

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

Shades of Solid Pink #8E474E

Tints of Solid Pink #8E474E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 48.8%
G = 24.4%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8E474E (or 0x8E474E) is known color: Solid Pink. HEX triplet: 8E, 47 and 4E. RGB value is (142,71,78). Sum of RGB (Red+Green+Blue) = 142+71+78=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E474E is #71B8B1. Grayscale: #5D5D5D. Windows color (decimal): -7452850 or 5130126. OLE color: 5130126.

HSL color Cylindrical-coordinate representation of color #8E474E: hue angle of 354.08º 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 #8E474E is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 71 78 -
CMYK 0 0.5 0.45 0.44
HSL 354.08º 0.33% 0.42% -
HSV(B) 354.08º 0.5% 0.56% -
XYZ 14.78 10.81 8.51 -
YUV 93.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 142 71 78 0 0.5 0.45 0.44 354.08 0.33 0.42
Hex 8E 47 4E 0 32 2D 2C 162 21 2A
Octal 216 107 116 0 62 55 54 542 41 52
Binary 10001110 1000111 1001110 0 110010 101101 101100 101100010 100001 101010

Color Harmonies of #8E474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E474E

Black with #8E474E

Text Example


Text Example

White with #8E474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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