#8E414A

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

Shades of Solid Pink #8E414A

Tints of Solid Pink #8E414A

Color information

#8E414A (or 0x8E414A) is unknown color: approx Solid Pink. HEX triplet: 8E, 41 and 4A. RGB value is (142,65,74). Sum of RGB (Red+Green+Blue) = 142+65+74=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E414A is #71BEB5. Grayscale: #595959. Windows color (decimal): -7454390 or 4866446. OLE color: 4866446.

HSL color Cylindrical-coordinate representation of color #8E414A: hue angle of 352.99º 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 #8E414A is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1426574-
CMYK00.540.480.44
HSL352.99º37.2%40.59%-
HSV(B)352.99º54.23%55.69%-
XYZ14.2810.037.66-
YUV89.05119.51165.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=50.53%
G=23.13%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142657400.540.480.44352.9937.240.59
Hex8E414A036302C1612529
Octal21610111206660545414551
Binary10001110100000110010100110110110000101100101100001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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