#8E618B

Color #8E618B Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8E618B

Tints of Trendy Pink #8E618B

Color information

#8E618B (or 0x8E618B) is unknown color: approx Trendy Pink. HEX triplet: 8E, 61 and 8B. RGB value is (142,97,139). Sum of RGB (Red+Green+Blue) = 142+97+139=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 142 - color contains mainly: red. Hex color #8E618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E618B is #719E74. Grayscale: #737373. Windows color (decimal): -7446133 or 9134478. OLE color: 9134478.

HSL color Cylindrical-coordinate representation of color #8E618B: hue angle of 304º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E618B is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14297139-
CMYK00.320.020.44
HSL304º18.83%46.86%-
HSV(B)304º31.69%55.69%-
XYZ20.0916.1626.49-
YUV115.24141.41147.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=37.57%
G=25.66%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429713900.320.020.4430418.8346.86
Hex8E618B02022C130132f
Octal2161412130402544602357
Binary1000111011000011000101101000001010110010011000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,97,139); }

 H1.HeaderClassName
 {
   color: #8E618B;
 }
 .AnyTagClassName
 {
   color: #8E618B;
 }
</style>
background-color css

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

 a { background-color: rgb(142,97,139); }

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

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

 span { border-color: rgb(142,97,139); }

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