Html Css Color HEX #8E5588 Trendy Pink

📋 copy color: '#8E5588'

red 142 ◦ green 85 ◦ blue 136

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

Shades of Trendy Pink #8E5588

Tints of Trendy Pink #8E5588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 39.12%
G = 23.42%
B = 37.47%

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

#8E5588 (or 0x8E5588) is known color: Trendy Pink. HEX triplet: 8E, 55 and 88. RGB value is (142,85,136). Sum of RGB (Red+Green+Blue) = 142+85+136=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5588 is #71AA77. Grayscale: #6B6B6B. Windows color (decimal): -7449208 or 8934798. OLE color: 8934798.

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

Color convert

RGB 142 85 136 -
CMYK 0 0.40 0.04 0.44
HSL 306.32º 0.25% 0.45% -
HSV(B) 306.32º 0.4% 0.56% -
XYZ 18.85 14.03 25.01 -
YUV 107.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 142 85 136 0 0.40 0.04 0.44 306.32 0.25 0.45
Hex 8E 55 88 0 28 4 2C 132 19 2D
Octal 216 125 210 0 50 4 54 462 31 55
Binary 10001110 1010101 10001000 0 101000 100 101100 100110010 11001 101101

Color Harmonies of #8E5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5588

Black with #8E5588

Text Example


Text Example

White with #8E5588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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