Html Css Color HEX #8E588E Trendy Pink

📋 copy color: '#8E588E'

red 142 ◦ green 88 ◦ blue 142

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

Shades of Trendy Pink #8E588E

Tints of Trendy Pink #8E588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.66%

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 38.17%
G = 23.66%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E588E (or 0x8E588E) is known color: Trendy Pink. HEX triplet: 8E, 58 and 8E. RGB value is (142,88,142). Sum of RGB (Red+Green+Blue) = 142+88+142=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E588E is #71A771. Grayscale: #6E6E6E. Windows color (decimal): -7448434 or 9328782. OLE color: 9328782.

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

Color convert

RGB 142 88 142 -
CMYK 0 0.38 0 0.44
HSL 300º 0.23% 0.45% -
HSV(B) 300º 0.38% 0.56% -
XYZ 19.53 14.68 27.4 -
YUV 110.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 142 88 142 0 0.38 0 0.44 300 0.23 0.45
Hex 8E 58 8E 0 26 0 2C 12C 17 2D
Octal 216 130 216 0 46 0 54 454 27 55
Binary 10001110 1011000 10001110 0 100110 0 101100 100101100 10111 101101

Color Harmonies of #8E588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E588E

Black with #8E588E

Text Example


Text Example

White with #8E588E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,88,142); }

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

background-color css

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

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

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

border-color css

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

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

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