#915E88

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

Shades of Trendy Pink #915E88

Tints of Trendy Pink #915E88

Color information

#915E88 (or 0x915E88) is unknown color: approx Trendy Pink. HEX triplet: 91, 5E and 88. RGB value is (145,94,136). Sum of RGB (Red+Green+Blue) = 145+94+136=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #915E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915E88 is #6EA177. Grayscale: #717171. Windows color (decimal): -7250296 or 8937105. OLE color: 8937105.

HSL color Cylindrical-coordinate representation of color #915E88: hue angle of 310.59º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E88 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14594136-
CMYK00.350.060.43
HSL310.59º21.34%46.86%-
HSV(B)310.59º35.17%56.86%-
XYZ20.1215.825.28-
YUV114.04140.4150.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=38.67%
G=25.07%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459413600.350.060.43310.5921.3446.86
Hex915E8802362B137152f
Octal2211362100436534672557
Binary10010001101111010001000010001111010101110011011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915E88; }

 p { color: rgb(145,94,136); }

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

<style>
 a { background-color: #915E88; }

 a { background-color: rgb(145,94,136); }

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

<style>
 span { border-color: #915E88; }

 span { border-color: rgb(145,94,136); }

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