Html Css Color HEX #8E708D Trendy Pink

📋 copy color: '#8E708D'

red 142 ◦ green 112 ◦ blue 141

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

Shades of Trendy Pink #8E708D

Tints of Trendy Pink #8E708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 35.95%
G = 28.35%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E708D (or 0x8E708D) is known color: Trendy Pink. HEX triplet: 8E, 70 and 8D. RGB value is (142,112,141). Sum of RGB (Red+Green+Blue) = 142+112+141=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 142 - color contains mainly: red. Hex color #8E708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E708D is #718F72. Grayscale: #7C7C7C. Windows color (decimal): -7442291 or 9269390. OLE color: 9269390.

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

Color convert

RGB 142 112 141 -
CMYK 0 0.21 0.01 0.44
HSL 302º 0.12% 0.5% -
HSV(B) 302º 0.21% 0.56% -
XYZ 21.76 19.26 27.77 -
YUV 124.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 142 112 141 0 0.21 0.01 0.44 302 0.12 0.5
Hex 8E 70 8D 0 15 1 2C 12E C 32
Octal 216 160 215 0 25 1 54 456 14 62
Binary 10001110 1110000 10001101 0 10101 1 101100 100101110 1100 110010

Color Harmonies of #8E708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E708D

Black with #8E708D

Text Example


Text Example

White with #8E708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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