#87457A

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

Shades of Trendy Pink #87457A

Tints of Trendy Pink #87457A

Color information

#87457A (or 0x87457A) is unknown color: approx Trendy Pink. HEX triplet: 87, 45 and 7A. RGB value is (135,69,122). Sum of RGB (Red+Green+Blue) = 135+69+122=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #87457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87457A is #78BA85. Grayscale: #5E5E5E. Windows color (decimal): -7912070 or 8013191. OLE color: 8013191.

HSL color Cylindrical-coordinate representation of color #87457A: hue angle of 311.82º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87457A is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13569122-
CMYK00.490.100.47
HSL311.82º32.35%40%-
HSV(B)311.82º48.89%52.94%-
XYZ15.6310.8119.68-
YUV94.78143.37156.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=41.41%
G=21.17%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356912200.490.100.47311.8232.3540
Hex87457A031A2F1382028
Octal20710517206112574704050
Binary100001111000101111101001100011010101111100111000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,69,122); }

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

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

 a { background-color: rgb(135,69,122); }

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

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

 span { border-color: rgb(135,69,122); }

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