Html Css Color HEX #8E497A Trendy Pink

📋 copy color: '#8E497A'

red 142 ◦ green 73 ◦ blue 122

#8E497A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #8E497A

Tints of Trendy Pink #8E497A

RGB

 RED value IS 142 (55.86% from 255) = 42.14%

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 42.14%
G = 21.66%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E497A (or 0x8E497A) is known color: Trendy Pink. HEX triplet: 8E, 49 and 7A. RGB value is (142,73,122). Sum of RGB (Red+Green+Blue) = 142+73+122=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E497A is #71B685. Grayscale: #636363. Windows color (decimal): -7452294 or 8014222. OLE color: 8014222.

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

Color convert

RGB 142 73 122 -
CMYK 0 0.49 0.14 0.44
HSL 317.39º 0.32% 0.42% -
HSV(B) 317.39º 0.49% 0.56% -
XYZ 17.05 11.92 19.81 -
YUV 99.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 142 73 122 0 0.49 0.14 0.44 317.39 0.32 0.42
Hex 8E 49 7A 0 31 E 2C 13D 20 2A
Octal 216 111 172 0 61 16 54 475 40 52
Binary 10001110 1001001 1111010 0 110001 1110 101100 100111101 100000 101010

Color Harmonies of #8E497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E497A

Black with #8E497A

Text Example


Text Example

White with #8E497A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,73,122); }

 H1.HeaderClassName
 {
   color: #8E497A;
 }
 .AnyTagClassName
 {
   color: #8E497A;
 }
</style>

background-color css

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

 a { background-color: rgb(142,73,122); }

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

border-color css

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

 span { border-color: rgb(142,73,122); }

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