Html Css Color HEX #8E5253 Solid Pink

📋 copy color: '#8E5253'

red 142 ◦ green 82 ◦ blue 83

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

Shades of Solid Pink #8E5253

Tints of Solid Pink #8E5253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 46.25%
G = 26.71%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E5253 (or 0x8E5253) is known color: Solid Pink. HEX triplet: 8E, 52 and 53. RGB value is (142,82,83). Sum of RGB (Red+Green+Blue) = 142+82+83=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5253 is #71ADAC. Grayscale: #646464. Windows color (decimal): -7450029 or 5460622. OLE color: 5460622.

HSL color Cylindrical-coordinate representation of color #8E5253: hue angle of 359º degrees, saturation: 0.27, 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 #8E5253 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 82 83 -
CMYK 0 0.42 0.42 0.44
HSL 359º 0.27% 0.44% -
HSV(B) 359º 0.42% 0.56% -
XYZ 15.73 12.41 9.75 -
YUV 100.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 142 82 83 0 0.42 0.42 0.44 359 0.27 0.44
Hex 8E 52 53 0 2A 2A 2C 167 1B 2C
Octal 216 122 123 0 52 52 54 547 33 54
Binary 10001110 1010010 1010011 0 101010 101010 101100 101100111 11011 101100

Color Harmonies of #8E5253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5253

Black with #8E5253

Text Example


Text Example

White with #8E5253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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