#88454E

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

Shades of Solid Pink #88454E

Tints of Solid Pink #88454E

Color information

#88454E (or 0x88454E) is unknown color: approx Solid Pink. HEX triplet: 88, 45 and 4E. RGB value is (136,69,78). Sum of RGB (Red+Green+Blue) = 136+69+78=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88454E is #77BAB1. Grayscale: #5A5A5A. Windows color (decimal): -7846578 or 5129608. OLE color: 5129608.

HSL color Cylindrical-coordinate representation of color #88454E: hue angle of 351.94º degrees, saturation: 0.33, 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 #88454E is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1366978-
CMYK00.490.430.47
HSL351.94º32.68%40.2%-
HSV(B)351.94º49.26%53.33%-
XYZ13.6610.048.43-
YUV90.06121.2160.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=48.06%
G=24.38%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136697800.490.430.47351.9432.6840.2
Hex88454E0312B2F1602128
Octal21010511606153575404150
Binary10001000100010110011100110001101011101111101100000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,69,78); }

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

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

 a { background-color: rgb(136,69,78); }

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

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

 span { border-color: rgb(136,69,78); }

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