Html Css Color HEX #8E5189 Trendy Pink

📋 copy color: '#8E5189'

red 142 ◦ green 81 ◦ blue 137

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

Shades of Trendy Pink #8E5189

Tints of Trendy Pink #8E5189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

 BLUE value IS 137 (53.91% from 255) = 38.06%

R = 39.44%
G = 22.5%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E5189 (or 0x8E5189) is known color: Trendy Pink. HEX triplet: 8E, 51 and 89. RGB value is (142,81,137). Sum of RGB (Red+Green+Blue) = 142+81+137=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5189 is #71AE76. Grayscale: #696969. Windows color (decimal): -7450231 or 8999310. OLE color: 8999310.

HSL color Cylindrical-coordinate representation of color #8E5189: hue angle of 304.92º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E5189 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 81 137 -
CMYK 0 0.43 0.04 0.44
HSL 304.92º 0.27% 0.44% -
HSV(B) 304.92º 0.43% 0.56% -
XYZ 18.61 13.44 25.28 -
YUV 105.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 142 81 137 0 0.43 0.04 0.44 304.92 0.27 0.44
Hex 8E 51 89 0 2B 4 2C 131 1B 2C
Octal 216 121 211 0 53 4 54 461 33 54
Binary 10001110 1010001 10001001 0 101011 100 101100 100110001 11011 101100

Color Harmonies of #8E5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5189

Black with #8E5189

Text Example


Text Example

White with #8E5189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,81,137); }

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

background-color css

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

 a { background-color: rgb(142,81,137); }

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

border-color css

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

 span { border-color: rgb(142,81,137); }

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