Html Css Color HEX #8E467B Trendy Pink

📋 copy color: '#8E467B'

red 142 ◦ green 70 ◦ blue 123

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

Shades of Trendy Pink #8E467B

Tints of Trendy Pink #8E467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 42.39%
G = 20.9%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E467B (or 0x8E467B) is known color: Trendy Pink. HEX triplet: 8E, 46 and 7B. RGB value is (142,70,123). Sum of RGB (Red+Green+Blue) = 142+70+123=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E467B is #71B984. Grayscale: #616161. Windows color (decimal): -7453061 or 8078990. OLE color: 8078990.

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

Color convert

RGB 142 70 123 -
CMYK 0 0.51 0.13 0.44
HSL 315.83º 0.34% 0.42% -
HSV(B) 315.83º 0.51% 0.56% -
XYZ 16.92 11.56 20.08 -
YUV 97.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 142 70 123 0 0.51 0.13 0.44 315.83 0.34 0.42
Hex 8E 46 7B 0 33 D 2C 13C 22 2A
Octal 216 106 173 0 63 15 54 474 42 52
Binary 10001110 1000110 1111011 0 110011 1101 101100 100111100 100010 101010

Color Harmonies of #8E467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E467B

Black with #8E467B

Text Example


Text Example

White with #8E467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,70,123); }

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

background-color css

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

 a { background-color: rgb(142,70,123); }

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

border-color css

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

 span { border-color: rgb(142,70,123); }

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