Html Css Color HEX #8E5E87 Trendy Pink

📋 copy color: '#8E5E87'

red 142 ◦ green 94 ◦ blue 135

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

Shades of Trendy Pink #8E5E87

Tints of Trendy Pink #8E5E87

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.34%

 BLUE value IS 135 (53.13% from 255) = 36.39%

R = 38.27%
G = 25.34%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8E5E87 (or 0x8E5E87) is known color: Trendy Pink. HEX triplet: 8E, 5E and 87. RGB value is (142,94,135). Sum of RGB (Red+Green+Blue) = 142+94+135=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5E87 is #71A178. Grayscale: #707070. Windows color (decimal): -7446905 or 8871566. OLE color: 8871566.

HSL color Cylindrical-coordinate representation of color #8E5E87: hue angle of 308.75º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E5E87 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 94 135 -
CMYK 0 0.34 0.05 0.44
HSL 308.75º 0.2% 0.46% -
HSV(B) 308.75º 0.34% 0.56% -
XYZ 19.53 15.51 24.89 -
YUV 113.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 142 94 135 0 0.34 0.05 0.44 308.75 0.2 0.46
Hex 8E 5E 87 0 22 5 2C 135 14 2E
Octal 216 136 207 0 42 5 54 465 24 56
Binary 10001110 1011110 10000111 0 100010 101 101100 100110101 10100 101110

Color Harmonies of #8E5E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E87

Black with #8E5E87

Text Example


Text Example

White with #8E5E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,94,135); }

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

background-color css

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

 a { background-color: rgb(142,94,135); }

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

border-color css

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

 span { border-color: rgb(142,94,135); }

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