Html Css Color HEX #8E487C Trendy Pink

📋 copy color: '#8E487C'

red 142 ◦ green 72 ◦ blue 124

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

Shades of Trendy Pink #8E487C

Tints of Trendy Pink #8E487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 42.01%
G = 21.3%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E487C (or 0x8E487C) is known color: Trendy Pink. HEX triplet: 8E, 48 and 7C. RGB value is (142,72,124). Sum of RGB (Red+Green+Blue) = 142+72+124=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E487C is #71B783. Grayscale: #626262. Windows color (decimal): -7452548 or 8145038. OLE color: 8145038.

HSL color Cylindrical-coordinate representation of color #8E487C: hue angle of 315.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E487C is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 72 124 -
CMYK 0 0.49 0.13 0.44
HSL 315.43º 0.33% 0.42% -
HSV(B) 315.43º 0.49% 0.56% -
XYZ 17.11 11.84 20.45 -
YUV 98.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 142 72 124 0 0.49 0.13 0.44 315.43 0.33 0.42
Hex 8E 48 7C 0 31 D 2C 13B 21 2A
Octal 216 110 174 0 61 15 54 473 41 52
Binary 10001110 1001000 1111100 0 110001 1101 101100 100111011 100001 101010

Color Harmonies of #8E487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E487C

Black with #8E487C

Text Example


Text Example

White with #8E487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,72,124); }

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

background-color css

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

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

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

border-color css

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

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

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