Html Css Color HEX #8E5355 Solid Pink

📋 copy color: '#8E5355'

red 142 ◦ green 83 ◦ blue 85

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

Shades of Solid Pink #8E5355

Tints of Solid Pink #8E5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 45.81%
G = 26.77%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#8E5355 (or 0x8E5355) is known color: Solid Pink. HEX triplet: 8E, 53 and 55. RGB value is (142,83,85). Sum of RGB (Red+Green+Blue) = 142+83+85=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5355 is #71ACAA. Grayscale: #646464. Windows color (decimal): -7449771 or 5591950. OLE color: 5591950.

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

Color convert

RGB 142 83 85 -
CMYK 0 0.42 0.40 0.44
HSL 357.97º 0.26% 0.44% -
HSV(B) 357.97º 0.42% 0.56% -
XYZ 15.89 12.59 10.19 -
YUV 100.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 142 83 85 0 0.42 0.40 0.44 357.97 0.26 0.44
Hex 8E 53 55 0 2A 28 2C 166 1A 2C
Octal 216 123 125 0 52 50 54 546 32 54
Binary 10001110 1010011 1010101 0 101010 101000 101100 101100110 11010 101100

Color Harmonies of #8E5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5355

Black with #8E5355

Text Example


Text Example

White with #8E5355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,83,85); }

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

background-color css

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

 a { background-color: rgb(142,83,85); }

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

border-color css

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

 span { border-color: rgb(142,83,85); }

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