#94588A

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

Shades of Trendy Pink #94588A

Tints of Trendy Pink #94588A

Color information

#94588A (or 0x94588A) is unknown color: approx Trendy Pink. HEX triplet: 94, 58 and 8A. RGB value is (148,88,138). Sum of RGB (Red+Green+Blue) = 148+88+138=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #94588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94588A is #6BA775. Grayscale: #6F6F6F. Windows color (decimal): -7055222 or 9066644. OLE color: 9066644.

HSL color Cylindrical-coordinate representation of color #94588A: hue angle of 310º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94588A is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14888138-
CMYK00.410.070.42
HSL310º25.42%46.27%-
HSV(B)310º40.54%58.04%-
XYZ20.2915.1125.89-
YUV111.64142.88153.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=39.57%
G=23.53%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488813800.410.070.4231025.4246.27
Hex94588A02972A136192e
Octal2241302120517524663156
Binary10010100101100010001010010100111110101010011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94588A; }

 p { color: rgb(148,88,138); }

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

<style>
 a { background-color: #94588A; }

 a { background-color: rgb(148,88,138); }

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

<style>
 span { border-color: #94588A; }

 span { border-color: rgb(148,88,138); }

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