Html Css Color HEX #8E4E7D Trendy Pink

📋 copy color: '#8E4E7D'

red 142 ◦ green 78 ◦ blue 125

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

Shades of Trendy Pink #8E4E7D

Tints of Trendy Pink #8E4E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.61%

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 41.16%
G = 22.61%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E4E7D (or 0x8E4E7D) is known color: Trendy Pink. HEX triplet: 8E, 4E and 7D. RGB value is (142,78,125). Sum of RGB (Red+Green+Blue) = 142+78+125=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4E7D is #71B182. Grayscale: #666666. Windows color (decimal): -7451011 or 8212110. OLE color: 8212110.

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

Color convert

RGB 142 78 125 -
CMYK 0 0.45 0.12 0.44
HSL 315.94º 0.29% 0.43% -
HSV(B) 315.94º 0.45% 0.56% -
XYZ 17.58 12.68 20.92 -
YUV 102.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 142 78 125 0 0.45 0.12 0.44 315.94 0.29 0.43
Hex 8E 4E 7D 0 2D C 2C 13C 1D 2B
Octal 216 116 175 0 55 14 54 474 35 53
Binary 10001110 1001110 1111101 0 101101 1100 101100 100111100 11101 101011

Color Harmonies of #8E4E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4E7D

Black with #8E4E7D

Text Example


Text Example

White with #8E4E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,78,125); }

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

background-color css

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

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

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

border-color css

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

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

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