Html Css Color HEX #8E464C Solid Pink

📋 copy color: '#8E464C'

red 142 ◦ green 70 ◦ blue 76

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

Shades of Solid Pink #8E464C

Tints of Solid Pink #8E464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.31%

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 49.31%
G = 24.31%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E464C (or 0x8E464C) is known color: Solid Pink. HEX triplet: 8E, 46 and 4C. RGB value is (142,70,76). Sum of RGB (Red+Green+Blue) = 142+70+76=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E464C is #71B9B3. Grayscale: #5C5C5C. Windows color (decimal): -7453108 or 4998798. OLE color: 4998798.

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

Color convert

RGB 142 70 76 -
CMYK 0 0.51 0.46 0.44
HSL 355º 0.34% 0.42% -
HSV(B) 355º 0.51% 0.56% -
XYZ 14.65 10.65 8.12 -
YUV 92.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 142 70 76 0 0.51 0.46 0.44 355 0.34 0.42
Hex 8E 46 4C 0 33 2E 2C 163 22 2A
Octal 216 106 114 0 63 56 54 543 42 52
Binary 10001110 1000110 1001100 0 110011 101110 101100 101100011 100010 101010

Color Harmonies of #8E464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E464C

Black with #8E464C

Text Example


Text Example

White with #8E464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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