Html Css Color HEX #8E4448 Solid Pink

📋 copy color: '#8E4448'

red 142 ◦ green 68 ◦ blue 72

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

Shades of Solid Pink #8E4448

Tints of Solid Pink #8E4448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 50.35%
G = 24.11%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E4448 (or 0x8E4448) is known color: Solid Pink. HEX triplet: 8E, 44 and 48. RGB value is (142,68,72). Sum of RGB (Red+Green+Blue) = 142+68+72=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4448 is #71BBB7. Grayscale: #5A5A5A. Windows color (decimal): -7453624 or 4736142. OLE color: 4736142.

HSL color Cylindrical-coordinate representation of color #8E4448: hue angle of 356.76º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4448 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 68 72 -
CMYK 0 0.52 0.49 0.44
HSL 356.76º 0.35% 0.41% -
HSV(B) 356.76º 0.52% 0.56% -
XYZ 14.39 10.35 7.37 -
YUV 90.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 142 68 72 0 0.52 0.49 0.44 356.76 0.35 0.41
Hex 8E 44 48 0 34 31 2C 165 23 29
Octal 216 104 110 0 64 61 54 545 43 51
Binary 10001110 1000100 1001000 0 110100 110001 101100 101100101 100011 101001

Color Harmonies of #8E4448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4448

Black with #8E4448

Text Example


Text Example

White with #8E4448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,68,72); }

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

background-color css

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

 a { background-color: rgb(142,68,72); }

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

border-color css

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

 span { border-color: rgb(142,68,72); }

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