Html Css Color HEX #8E4249 Solid Pink

📋 copy color: '#8E4249'

red 142 ◦ green 66 ◦ blue 73

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

Shades of Solid Pink #8E4249

Tints of Solid Pink #8E4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 73 (28.91% from 255) = 25.98%

R = 50.53%
G = 23.49%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E4249 (or 0x8E4249) is known color: Solid Pink. HEX triplet: 8E, 42 and 49. RGB value is (142,66,73). Sum of RGB (Red+Green+Blue) = 142+66+73=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4249 is #71BDB6. Grayscale: #595959. Windows color (decimal): -7454135 or 4801166. OLE color: 4801166.

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

Color convert

RGB 142 66 73 -
CMYK 0 0.54 0.49 0.44
HSL 354.47º 0.37% 0.41% -
HSV(B) 354.47º 0.54% 0.56% -
XYZ 14.31 10.13 7.5 -
YUV 89.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 142 66 73 0 0.54 0.49 0.44 354.47 0.37 0.41
Hex 8E 42 49 0 36 31 2C 162 25 29
Octal 216 102 111 0 66 61 54 542 45 51
Binary 10001110 1000010 1001001 0 110110 110001 101100 101100010 100101 101001

Color Harmonies of #8E4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4249

Black with #8E4249

Text Example


Text Example

White with #8E4249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,66,73); }

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

background-color css

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

 a { background-color: rgb(142,66,73); }

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

border-color css

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

 span { border-color: rgb(142,66,73); }

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