Html Css Color HEX #8E4C50 Solid Pink

📋 copy color: '#8E4C50'

red 142 ◦ green 76 ◦ blue 80

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

Shades of Solid Pink #8E4C50

Tints of Solid Pink #8E4C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 47.65%
G = 25.5%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E4C50 (or 0x8E4C50) is known color: Solid Pink. HEX triplet: 8E, 4C and 50. RGB value is (142,76,80). Sum of RGB (Red+Green+Blue) = 142+76+80=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4C50 is #71B3AF. Grayscale: #606060. Windows color (decimal): -7451568 or 5262478. OLE color: 5262478.

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

Color convert

RGB 142 76 80 -
CMYK 0 0.46 0.44 0.44
HSL 356.36º 0.3% 0.43% -
HSV(B) 356.36º 0.46% 0.56% -
XYZ 15.19 11.5 9.01 -
YUV 96.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 142 76 80 0 0.46 0.44 0.44 356.36 0.3 0.43
Hex 8E 4C 50 0 2E 2C 2C 164 1E 2B
Octal 216 114 120 0 56 54 54 544 36 53
Binary 10001110 1001100 1010000 0 101110 101100 101100 101100100 11110 101011

Color Harmonies of #8E4C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C50

Black with #8E4C50

Text Example


Text Example

White with #8E4C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,76,80); }

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

background-color css

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

 a { background-color: rgb(142,76,80); }

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

border-color css

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

 span { border-color: rgb(142,76,80); }

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