#8E424B

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

Shades of Solid Pink #8E424B

Tints of Solid Pink #8E424B

Color information

#8E424B (or 0x8E424B) is unknown color: approx Solid Pink. HEX triplet: 8E, 42 and 4B. RGB value is (142,66,75). Sum of RGB (Red+Green+Blue) = 142+66+75=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E424B is #71BDB4. Grayscale: #595959. Windows color (decimal): -7454133 or 4932238. OLE color: 4932238.

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

Color convert

RGB1426675-
CMYK00.540.470.44
HSL352.89º36.54%40.78%-
HSV(B)352.89º53.52%55.69%-
XYZ14.3710.167.86-
YUV89.75119.68165.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=50.18%
G=23.32%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142667500.540.470.44352.8936.5440.78
Hex8E424B0362F2C1612529
Octal21610211306657545414551
Binary10001110100001010010110110110101111101100101100001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,75); }

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

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

 a { background-color: rgb(142,66,75); }

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

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

 span { border-color: rgb(142,66,75); }

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