#90588E

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

Shades of Trendy Pink #90588E

Tints of Trendy Pink #90588E

Color information

#90588E (or 0x90588E) is unknown color: approx Trendy Pink. HEX triplet: 90, 58 and 8E. RGB value is (144,88,142). Sum of RGB (Red+Green+Blue) = 144+88+142=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #90588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90588E is #6FA771. Grayscale: #6E6E6E. Windows color (decimal): -7317362 or 9328784. OLE color: 9328784.

HSL color Cylindrical-coordinate representation of color #90588E: hue angle of 302.14º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90588E is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14488142-
CMYK00.390.010.44
HSL302.14º24.14%45.49%-
HSV(B)302.14º38.89%56.47%-
XYZ19.8714.8627.41-
YUV110.9145.55151.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=38.50%
G=23.53%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448814200.390.010.44302.1424.1445.49
Hex90588E02712C12e182d
Octal2201302160471544563055
Binary100100001011000100011100100111110110010010111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90588E; }

 p { color: rgb(144,88,142); }

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

<style>
 a { background-color: #90588E; }

 a { background-color: rgb(144,88,142); }

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

<style>
 span { border-color: #90588E; }

 span { border-color: rgb(144,88,142); }

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