Html Css Color HEX #8E5688 Trendy Pink

📋 copy color: '#8E5688'

red 142 ◦ green 86 ◦ blue 136

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

Shades of Trendy Pink #8E5688

Tints of Trendy Pink #8E5688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.63%

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

R = 39.01%
G = 23.63%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E5688 (or 0x8E5688) is known color: Trendy Pink. HEX triplet: 8E, 56 and 88. RGB value is (142,86,136). Sum of RGB (Red+Green+Blue) = 142+86+136=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5688 is #71A977. Grayscale: #6C6C6C. Windows color (decimal): -7448952 or 8935054. OLE color: 8935054.

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

Color convert

RGB 142 86 136 -
CMYK 0 0.39 0.04 0.44
HSL 306.43º 0.25% 0.45% -
HSV(B) 306.43º 0.39% 0.56% -
XYZ 18.93 14.18 25.03 -
YUV 108.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 142 86 136 0 0.39 0.04 0.44 306.43 0.25 0.45
Hex 8E 56 88 0 27 4 2C 132 19 2D
Octal 216 126 210 0 47 4 54 462 31 55
Binary 10001110 1010110 10001000 0 100111 100 101100 100110010 11001 101101

Color Harmonies of #8E5688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5688

Black with #8E5688

Text Example


Text Example

White with #8E5688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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