Html Css Color HEX #8E488C Trendy Pink

📋 copy color: '#8E488C'

red 142 ◦ green 72 ◦ blue 140

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

Shades of Trendy Pink #8E488C

Tints of Trendy Pink #8E488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 40.11%
G = 20.34%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E488C (or 0x8E488C) is known color: Trendy Pink. HEX triplet: 8E, 48 and 8C. RGB value is (142,72,140). Sum of RGB (Red+Green+Blue) = 142+72+140=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E488C is #71B773. Grayscale: #646464. Windows color (decimal): -7452532 or 9193614. OLE color: 9193614.

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

Color convert

RGB 142 72 140 -
CMYK 0 0.49 0.01 0.44
HSL 301.71º 0.33% 0.42% -
HSV(B) 301.71º 0.49% 0.56% -
XYZ 18.21 12.28 26.22 -
YUV 100.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 142 72 140 0 0.49 0.01 0.44 301.71 0.33 0.42
Hex 8E 48 8C 0 31 1 2C 12E 21 2A
Octal 216 110 214 0 61 1 54 456 41 52
Binary 10001110 1001000 10001100 0 110001 1 101100 100101110 100001 101010

Color Harmonies of #8E488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E488C

Black with #8E488C

Text Example


Text Example

White with #8E488C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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