Html Css Color HEX #8E477F Trendy Pink

📋 copy color: '#8E477F'

red 142 ◦ green 71 ◦ blue 127

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

Shades of Trendy Pink #8E477F

Tints of Trendy Pink #8E477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.88%

 BLUE value IS 127 (50% from 255) = 37.35%

R = 41.76%
G = 20.88%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E477F (or 0x8E477F) is known color: Trendy Pink. HEX triplet: 8E, 47 and 7F. RGB value is (142,71,127). Sum of RGB (Red+Green+Blue) = 142+71+127=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E477F is #71B880. Grayscale: #626262. Windows color (decimal): -7452801 or 8341390. OLE color: 8341390.

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

Color convert

RGB 142 71 127 -
CMYK 0 0.5 0.11 0.44
HSL 312.68º 0.33% 0.42% -
HSV(B) 312.68º 0.5% 0.56% -
XYZ 17.24 11.79 21.45 -
YUV 98.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 142 71 127 0 0.5 0.11 0.44 312.68 0.33 0.42
Hex 8E 47 7F 0 32 B 2C 139 21 2A
Octal 216 107 177 0 62 13 54 471 41 52
Binary 10001110 1000111 1111111 0 110010 1011 101100 100111001 100001 101010

Color Harmonies of #8E477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E477F

Black with #8E477F

Text Example


Text Example

White with #8E477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,71,127); }

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

background-color css

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

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

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

border-color css

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

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

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