Html Css Color HEX #8E5580 Trendy Pink

📋 copy color: '#8E5580'

red 142 ◦ green 85 ◦ blue 128

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

Shades of Trendy Pink #8E5580

Tints of Trendy Pink #8E5580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 40%
G = 23.94%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8E5580 (or 0x8E5580) is known color: Trendy Pink. HEX triplet: 8E, 55 and 80. RGB value is (142,85,128). Sum of RGB (Red+Green+Blue) = 142+85+128=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5580 is #71AA7F. Grayscale: #6A6A6A. Windows color (decimal): -7449216 or 8410510. OLE color: 8410510.

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

Color convert

RGB 142 85 128 -
CMYK 0 0.40 0.10 0.44
HSL 314.74º 0.25% 0.45% -
HSV(B) 314.74º 0.4% 0.56% -
XYZ 18.3 13.81 22.12 -
YUV 106.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 142 85 128 0 0.40 0.10 0.44 314.74 0.25 0.45
Hex 8E 55 80 0 28 A 2C 13B 19 2D
Octal 216 125 200 0 50 12 54 473 31 55
Binary 10001110 1010101 10000000 0 101000 1010 101100 100111011 11001 101101

Color Harmonies of #8E5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5580

Black with #8E5580

Text Example


Text Example

White with #8E5580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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