#8E538A

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

Shades of Trendy Pink #8E538A

Tints of Trendy Pink #8E538A

Color information

#8E538A (or 0x8E538A) is unknown color: approx Trendy Pink. HEX triplet: 8E, 53 and 8A. RGB value is (142,83,138). Sum of RGB (Red+Green+Blue) = 142+83+138=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E538A is #71AC75. Grayscale: #6A6A6A. Windows color (decimal): -7449718 or 9065358. OLE color: 9065358.

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

Color convert

RGB14283138-
CMYK00.420.030.44
HSL304.07º26.22%44.12%-
HSV(B)304.07º41.55%55.69%-
XYZ18.8413.7725.71-
YUV106.91145.55153.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=39.12%
G=22.87%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428313800.420.030.44304.0726.2244.12
Hex8E538A02A32C1301a2c
Octal2161232120523544603254
Binary1000111010100111000101001010101110110010011000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,83,138); }

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

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

 a { background-color: rgb(142,83,138); }

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

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

 span { border-color: rgb(142,83,138); }

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