#8E4552

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

Shades of Solid Pink #8E4552

Tints of Solid Pink #8E4552

Color information

#8E4552 (or 0x8E4552) is unknown color: approx Solid Pink. HEX triplet: 8E, 45 and 52. RGB value is (142,69,82). Sum of RGB (Red+Green+Blue) = 142+69+82=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4552 is #71BAAD. Grayscale: #5C5C5C. Windows color (decimal): -7453358 or 5391758. OLE color: 5391758.

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

Color convert

RGB1426982-
CMYK00.510.420.44
HSL349.32º34.6%41.37%-
HSV(B)349.32º51.41%55.69%-
XYZ14.8110.629.25-
YUV92.31122.18163.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.46%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=48.46%
G=23.55%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142698200.510.420.44349.3234.641.37
Hex8E45520332A2C15d2329
Octal21610512206352545354351
Binary10001110100010110100100110011101010101100101011101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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