#8E5253

Color #8E5253 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #8E5253

Tints of Solid Pink #8E5253

Color information

#8E5253 (or 0x8E5253) is unknown color: approx 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

RGB1428283-
CMYK00.420.420.44
HSL359º26.79%43.92%-
HSV(B)359º42.25%55.69%-
XYZ15.7312.419.75-
YUV100.05118.38157.92-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142828300.420.420.4435926.7943.92
Hex8E525302A2A2C1671b2c
Octal21612212305252545473354
Binary1000111010100101010011010101010101010110010110011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>