#8E4A4F

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

Shades of Solid Pink #8E4A4F

Tints of Solid Pink #8E4A4F

Color information

#8E4A4F (or 0x8E4A4F) is unknown color: approx Solid Pink. HEX triplet: 8E, 4A and 4F. RGB value is (142,74,79). Sum of RGB (Red+Green+Blue) = 142+74+79=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A4F is #71B5B0. Grayscale: #5E5E5E. Windows color (decimal): -7452081 or 5196430. OLE color: 5196430.

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

Color convert

RGB1427479-
CMYK00.480.440.44
HSL355.59º31.48%42.35%-
HSV(B)355.59º47.89%55.69%-
XYZ15.0211.218.77-
YUV94.9119.03161.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.14%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=48.14%
G=25.08%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142747900.480.440.44355.5931.4842.35
Hex8E4A4F0302C2C1641f2a
Octal21611211706054545443752
Binary1000111010010101001111011000010110010110010110010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,74,79); }

 H1.HeaderClassName
 {
   color: #8E4A4F;
 }
 .AnyTagClassName
 {
   color: #8E4A4F;
 }
</style>
background-color css

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

 a { background-color: rgb(142,74,79); }

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

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

 span { border-color: rgb(142,74,79); }

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