Html Css Color HEX #8E4879 Trendy Pink

📋 copy color: '#8E4879'

red 142 ◦ green 72 ◦ blue 121

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

Shades of Trendy Pink #8E4879

Tints of Trendy Pink #8E4879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 42.39%
G = 21.49%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E4879 (or 0x8E4879) is known color: Trendy Pink. HEX triplet: 8E, 48 and 79. RGB value is (142,72,121). Sum of RGB (Red+Green+Blue) = 142+72+121=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4879 is #71B786. Grayscale: #626262. Windows color (decimal): -7452551 or 7948430. OLE color: 7948430.

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

Color convert

RGB 142 72 121 -
CMYK 0 0.49 0.15 0.44
HSL 318º 0.33% 0.42% -
HSV(B) 318º 0.49% 0.56% -
XYZ 16.92 11.77 19.47 -
YUV 98.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 142 72 121 0 0.49 0.15 0.44 318 0.33 0.42
Hex 8E 48 79 0 31 F 2C 13E 21 2A
Octal 216 110 171 0 61 17 54 476 41 52
Binary 10001110 1001000 1111001 0 110001 1111 101100 100111110 100001 101010

Color Harmonies of #8E4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4879

Black with #8E4879

Text Example


Text Example

White with #8E4879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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