Html Css Color HEX #8E708B Trendy Pink

📋 copy color: '#8E708B'

red 142 ◦ green 112 ◦ blue 139

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

Shades of Trendy Pink #8E708B

Tints of Trendy Pink #8E708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 36.13%
G = 28.5%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8E708B (or 0x8E708B) is known color: Trendy Pink. HEX triplet: 8E, 70 and 8B. RGB value is (142,112,139). Sum of RGB (Red+Green+Blue) = 142+112+139=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 142 - color contains mainly: red. Hex color #8E708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E708B is #718F74. Grayscale: #7B7B7B. Windows color (decimal): -7442293 or 9138318. OLE color: 9138318.

HSL color Cylindrical-coordinate representation of color #8E708B: hue angle of 306º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E708B is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 112 139 -
CMYK 0 0.21 0.02 0.44
HSL 306º 0.12% 0.5% -
HSV(B) 306º 0.21% 0.56% -
XYZ 21.61 19.2 26.99 -
YUV 124.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 142 112 139 0 0.21 0.02 0.44 306 0.12 0.5
Hex 8E 70 8B 0 15 2 2C 132 C 32
Octal 216 160 213 0 25 2 54 462 14 62
Binary 10001110 1110000 10001011 0 10101 10 101100 100110010 1100 110010

Color Harmonies of #8E708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E708B

Black with #8E708B

Text Example


Text Example

White with #8E708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,139); }

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

background-color css

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

 a { background-color: rgb(142,112,139); }

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

border-color css

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

 span { border-color: rgb(142,112,139); }

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