#8E6285

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

Shades of Trendy Pink #8E6285

Tints of Trendy Pink #8E6285

Color information

#8E6285 (or 0x8E6285) is unknown color: approx Trendy Pink. HEX triplet: 8E, 62 and 85. RGB value is (142,98,133). Sum of RGB (Red+Green+Blue) = 142+98+133=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6285 is #719D7A. Grayscale: #737373. Windows color (decimal): -7445883 or 8741518. OLE color: 8741518.

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

Color convert

RGB14298133-
CMYK00.310.060.44
HSL312.27º18.33%47.06%-
HSV(B)312.27º30.99%55.69%-
XYZ19.7616.1824.27-
YUV115.15138.08147.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=38.07%
G=26.27%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429813300.310.060.44312.2718.3347.06
Hex8E628501F62C138122f
Octal2161422050376544702257
Binary1000111011000101000010101111111010110010011100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,98,133); }

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

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

 a { background-color: rgb(142,98,133); }

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

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

 span { border-color: rgb(142,98,133); }

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