Html Css Color HEX #8E5589 Trendy Pink

📋 copy color: '#8E5589'

red 142 ◦ green 85 ◦ blue 137

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

Shades of Trendy Pink #8E5589

Tints of Trendy Pink #8E5589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

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

R = 39.01%
G = 23.35%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E5589 (or 0x8E5589) is known color: Trendy Pink. HEX triplet: 8E, 55 and 89. RGB value is (142,85,137). Sum of RGB (Red+Green+Blue) = 142+85+137=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5589 is #71AA76. Grayscale: #6B6B6B. Windows color (decimal): -7449207 or 9000334. OLE color: 9000334.

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

Color convert

RGB 142 85 137 -
CMYK 0 0.40 0.04 0.44
HSL 305.26º 0.25% 0.45% -
HSV(B) 305.26º 0.4% 0.56% -
XYZ 18.92 14.05 25.38 -
YUV 107.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 142 85 137 0 0.40 0.04 0.44 305.26 0.25 0.45
Hex 8E 55 89 0 28 4 2C 131 19 2D
Octal 216 125 211 0 50 4 54 461 31 55
Binary 10001110 1010101 10001001 0 101000 100 101100 100110001 11001 101101

Color Harmonies of #8E5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5589

Black with #8E5589

Text Example


Text Example

White with #8E5589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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