#874888

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

Shades of Trendy Pink #874888

Tints of Trendy Pink #874888

Color information

#874888 (or 0x874888) is unknown color: approx Trendy Pink. HEX triplet: 87, 48 and 88. RGB value is (135,72,136). Sum of RGB (Red+Green+Blue) = 135+72+136=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #874888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874888 is #78B777. Grayscale: #616161. Windows color (decimal): -7911288 or 8931463. OLE color: 8931463.

HSL color Cylindrical-coordinate representation of color #874888: hue angle of 299.06º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874888 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13572136-
CMYK0.010.4700.47
HSL299.06º30.77%40.78%-
HSV(B)299.06º47.06%53.33%-
XYZ16.7511.5624.64-
YUV98.13149.37154.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=39.36%
G=20.99%
B=39.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135721360.010.4700.47299.0630.7740.78
Hex87488812F02F12b1f29
Octal2071102101570574533751
Binary100001111001000100010001101111010111110010101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874888; }

 p { color: rgb(135,72,136); }

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

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

 a { background-color: rgb(135,72,136); }

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

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

 span { border-color: rgb(135,72,136); }

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